DBA Data[Home] [Help]

APPS.PAY_HK_PAYSLIP_ARCHIVE dependencies on PAY_EMP_ACTION_ARCH

Line 569: -- This procedure calls 'pay_emp_action_arch.get_personal_information' that actually

565:
566:
567:
568: --------------------------------------------------------------------------------------+
569: -- This procedure calls 'pay_emp_action_arch.get_personal_information' that actually
570: -- archives the employee details,employee address details, Employer Address Details
571: -- and Net Pay Distribution information. Procedure 'get_personal_information' is
572: -- is passed tax_unit_id to make core provided 'Choose Payslip' work for us.
573: -- The action DF structures used are -

Line 702: hr_utility.set_location('Calling pay_emp_action_arch.get_personal_information ',20);

698:
699: l_mpf_due_date:=to_char(to_date(l_mpf_due_date,'YYYY/MM/DD'),'DD-Mon-YYYY');
700:
701: IF g_debug THEN
702: hr_utility.set_location('Calling pay_emp_action_arch.get_personal_information ',20);
703: END IF;
704:
705: pay_emp_action_arch.get_personal_information
706: (p_payroll_action_id => p_payroll_action_id -- archive payroll_action_id

Line 705: pay_emp_action_arch.get_personal_information

701: IF g_debug THEN
702: hr_utility.set_location('Calling pay_emp_action_arch.get_personal_information ',20);
703: END IF;
704:
705: pay_emp_action_arch.get_personal_information
706: (p_payroll_action_id => p_payroll_action_id -- archive payroll_action_id
707: , p_assactid => p_assactid -- archive assignment_action_id
708: , p_assignment_id => p_assignment_id -- current assignment_id
709: , p_curr_pymt_ass_act_id => p_curr_pymt_ass_act_id -- prepayment assignment_action_id

Line 720: hr_utility.set_location('Returned from pay_emp_action_arch.csr_personal_information ',30);

716: , p_run_action_id => p_pay_assignment_action_id
717: );
718:
719: IF g_debug THEN
720: hr_utility.set_location('Returned from pay_emp_action_arch.csr_personal_information ',30);
721:
722: -- Retrieve and Archive the HK specific employee details (mailstop)
723:
724: hr_utility.set_location('Archiving HK EMPLOYEE DETAILS',60);