DBA Data[Home] [Help]

APPS.PAY_US_W2C_REPORTING_UTILS dependencies on FF_DATABASE_ITEMS

Line 85: FROM ff_database_items DI,

81: ) RETURN NUMBER IS
82: -- Get the defined_balance_id for the specified balance DB item.
83: CURSOR csr_defined_balance IS
84: SELECT TO_NUMBER(UE.creator_id)
85: FROM ff_database_items DI,
86: ff_user_entities UE
87: WHERE DI.user_name = p_db_item_name
88: AND UE.user_entity_id = DI.user_entity_id
89: AND UE.creator_type = 'B'