DBA Data[Home] [Help]

APPS.FF_ARC_SHD dependencies on FF_USER_ENTITIES

Line 258: ff_user_entities ue

254: --
255: cursor csr_entity_chk (c_user_entity_id number) is
256: select db.data_type, db.user_name
257: from ff_database_items db,
258: ff_user_entities ue
259: where ue.user_entity_id = c_user_entity_id
260: and ue.creator_type = 'X'
261: and ue.user_entity_id = db.user_entity_id;
262: --