add

About Me

My photo
Oracle Apps - Techno Functional consultant

Saturday, March 17

TO FIND FOLDERS DETAILS

   Note: Here the NAME is completely case sensitive and hence needs to be passed
as defined in FOLDER:

SELECT folder_id,
object,
name,
public_flag,
autoquery_flag,
where_clause,
order_by
FROM fnd_folders
WHERE name like '%&name%';.

No comments: