DBA Data[Home] [Help]

APPS.PAY_US_1099R_MAG_REPORTING dependencies on FF_DATABASE_ITEMS

Line 362: from ff_database_items fdi,

358: where state_code = cp_state_abbrev;
359:
360: cursor c_defined_balance (cp_database_item varchar2)IS
361: select to_number(ue.creator_id)
362: from ff_database_items fdi,
363: ff_user_entities ue
364: where fdi.user_name = cp_database_item
365: and ue.user_entity_id = fdi.user_entity_id
366: and ue.creator_type = 'B';