DBA Data[Home] [Help]

APPS.PY_GB_ASG dependencies on PAY_PERSON_LATEST_BALANCES

Line 33: delete from pay_person_latest_balances

29: close csr_person_details;
30: --
31: if l_person_id is not null then
32: hr_utility.set_location('payroll_transfer',30);
33: delete from pay_person_latest_balances
34: where person_id = l_person_id;
35: end if;
36: --
37: end payroll_transfer;

Line 97: DELETE from pay_person_latest_balances

93: hr_utility.set_location(l_function_name,20);
94: if upper(l_aggregated_flag) = 'Y' then
95: hr_utility.set_location(l_function_name,30);
96: BEGIN
97: DELETE from pay_person_latest_balances
98: WHERE person_id = p_person_id;
99: END;
100: end if;
101: end if;