DBA Data[Home] [Help]

APPS.PAY_AU_PAYSLIP_ARCHIVE dependencies on PAY_EMP_ACTION_ARCH

Line 1086: -- pay_emp_action_arch.get_net_pay_distribution() , this procedure archives payment methods

1082:
1083: --
1084: -- Bug#5681819
1085: -- Procedure archives payment details of the payment methods which get skipped in core procedure
1086: -- pay_emp_action_arch.get_net_pay_distribution() , this procedure archives payment methods
1087: -- for which effective start date is between period end date and payment date(+ve offset payroll)
1088: -- or payment method end date is after payment date and before period end date(-ve offset payroll).
1089: --
1090: PROCEDURE archive_offset_payment_method(

Line 1291: -- Calls 'pay_emp_action_arch.get_personal_information' that actually

1287: --------------------------------------------------------------------------------------
1288: --
1289: -- archive_employee_details
1290: --
1291: -- Calls 'pay_emp_action_arch.get_personal_information' that actually
1292: -- archives the employee details,employee address details, Employer Address Details
1293: -- and Net Pay Distribution inforamation.
1294: -- tax_unit_id must be passed as a parameter to this procedure to make core provided
1295: -- 'Choose Payslip' view return appropriate rows.

Line 1445: hr_utility.set_location('Calling pay_emp_action_arch.get_personal_information',10);

1441: hr_utility.set_location('p_pre_assignment_action_id.'||p_pre_assignment_action_id,10);
1442: hr_utility.set_location('p_pre_effective_date.......'||to_char(p_pre_effective_date,'DD-MON-YYYY'),10);
1443: hr_utility.set_location('p_time_period_id...........'||p_time_period_id,10);
1444: hr_utility.set_location('p_period_end_date..........'||p_period_end_date,10); /* Bug No : 2491444 */
1445: hr_utility.set_location('Calling pay_emp_action_arch.get_personal_information',10);
1446:
1447: /* Bug No : 2491444 -- Value passed for p_time_period_id changed */
1448:
1449: pay_emp_action_arch.get_personal_information

Line 1449: pay_emp_action_arch.get_personal_information

1445: hr_utility.set_location('Calling pay_emp_action_arch.get_personal_information',10);
1446:
1447: /* Bug No : 2491444 -- Value passed for p_time_period_id changed */
1448:
1449: pay_emp_action_arch.get_personal_information
1450: ( p_payroll_action_id => g_arc_payroll_action_id -- archive run payroll_action_id
1451: , p_assactid => p_arc_assignment_action_id -- archive run assignment_action_id
1452: , p_assignment_id => p_assignment_id -- current assignment_id
1453: , p_curr_pymt_ass_act_id => p_pre_assignment_action_id -- prepayment run assignment_action_id