DBA Data[Home] [Help]

APPS.PAY_US_MAGW2_REPORTING dependencies on FF_USER_ENTITIES

Line 21: ff_user_entities UE

17: -- Get the defined_balance_id for the specified balance DB item.
18: CURSOR csr_defined_balance IS
19: SELECT TO_NUMBER(UE.creator_id)
20: FROM ff_database_items DI,
21: ff_user_entities UE
22: WHERE DI.user_name = p_db_item_name
23: AND UE.user_entity_id = DI.user_entity_id
24: AND UE.creator_type = 'B'
25: AND UE.legislation_code = 'US'; /* Bug: 2296797 */