DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4A_AMEND_REG dependencies on FF_ARCHIVE_ITEMS

Line 434: from ff_archive_items

430:
431: CURSOR c_get_fed_amend_flag(cp_asg_act_id number
432: ,cp_uid_t4amend_flag number) IS
433: select value
434: from ff_archive_items
435: where context1 = cp_asg_act_id
436: and user_entity_id = cp_uid_t4amend_flag;
437:
438: