DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4A_AMEND_REG dependencies on FF_ARCHIVE_ITEMS

Line 831: from ff_archive_items

827:
828: CURSOR c_get_fed_amend_flag(cp_asg_act_id number
829: ,cp_uid_t4amend_flag number) IS
830: select value
831: from ff_archive_items
832: where context1 = cp_asg_act_id
833: and user_entity_id = cp_uid_t4amend_flag;
834:
835: