DBA Data[Home] [Help]

APPS.PAY_LIVEARCHIVE_PKG dependencies on FF_USER_ENTITIES

Line 94: FROM ff_user_entities UE,

90: /* Get the defined_balance_id for the specified balance DB item. */
91:
92: CURSOR csr_defined_balance is
93: SELECT to_number(UE.creator_id)
94: FROM ff_user_entities UE,
95: ff_database_items DI
96: WHERE DI.user_name = p_db_item_name
97: AND UE.user_entity_id = DI.user_entity_id
98: AND Ue.creator_type = 'B'