DBA Data[Home] [Help]

APPS.PAY_GB_HIST_ARCH_PKG dependencies on PAY_GB_PAYSLIP_ARCHIVE

Line 251: PAY_GB_PAYSLIP_ARCHIVE.get_pay_deduct_element_info(l_assignment_action_id);

247: || l_assignment_action_id, 20);
248:
249: --Calling archive procedure to archive payments and deductions details for
250: --this assignment_action_id
251: PAY_GB_PAYSLIP_ARCHIVE.get_pay_deduct_element_info(l_assignment_action_id);
252:
253: hr_utility.trace('Leaving archive_historic_data');
254: exception
255: when OTHERS