DBA Data[Home] [Help]

APPS.PY_GB_ASG dependencies on PAY_ASSIGNMENT_LATEST_BALANCES

Line 23: delete from pay_assignment_latest_balances

19: --
20: BEGIN
21: --
22: hr_utility.set_location('payroll_transfer',10);
23: delete from pay_assignment_latest_balances
24: where assignment_id = p_assignment_id;
25: --
26: hr_utility.set_location('payroll_transfer',20);
27: open csr_person_details(p_assignment_id);