DBA Data[Home] [Help]

APPS.FEM_UTILS dependencies on FEM_OBJECT_TYPES

Line 256: Fem_Object_Types a

252: cursor l_getMultipleDefnFlag IS
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;