DBA Data[Home] [Help]

APPS.PAY_GENERIC_UPGRADE dependencies on PAY_ARCHIVE

Line 947: pay_archive.remove_report_actions(pactid);

943: where payroll_action_id = pactid
944: and action_status <> 'C';
945:
946: if (l_remove_act is null or l_remove_act = 'Y') then
947: pay_archive.remove_report_actions(pactid);
948: end if;
949: else
950: select upgrade_level,
951: upgrade_definition_id

Line 973: pay_archive.remove_report_actions(pactid);

969: l_leg_code,
970: 'C');
971: --
972: if (l_remove_act is null or l_remove_act = 'Y') then
973: pay_archive.remove_report_actions(pactid);
974: end if;
975: end if;
976: end if;
977: --