DBA Data[Home] [Help]

APPS.PAY_US_MMREF_LOCAL_XML dependencies on FF_USER_ENTITIES

Line 77: ff_user_entities UE

73: -- Get the defined_balance_id for the specified balance DB item.
74: CURSOR csr_defined_balance IS
75: SELECT TO_NUMBER(UE.creator_id)
76: FROM ff_database_items DI,
77: ff_user_entities UE
78: WHERE DI.user_name = p_db_item_name
79: AND UE.user_entity_id = DI.user_entity_id
80: AND UE.creator_type = 'B'
81: AND UE.legislation_code = 'US';