DBA Data[Home] [Help]

APPS.PAY_US_W2C_REPORTING_UTILS dependencies on FF_DATABASE_ITEMS

Line 78: FROM ff_database_items DI,

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