DBA Data[Home] [Help]

APPS.FEM_UTILS dependencies on FEM_OBJECT_CATALOG_B

Line 257: ,Fem_object_catalog_b b

253: select
254: multiple_definitions_flag
255: from
256: Fem_Object_Types a
257: ,Fem_object_catalog_b b
258: where
259: b.object_id = X_RULE_SET_OBJECT_ID
260: and b.object_type_code = a.object_type_code;
261:

Line 300: from FEM_OBJECT_CATALOG_B a

296: select FND_GLOBAL.USER_ID() from dual;
297:
298: cursor l_getFolderID is
299: select a.Folder_ID
300: from FEM_OBJECT_CATALOG_B a
301: where a.object_id = X_Object_ID;
302:
303: cursor l_getCount is
304: select count(user_id)