DBA Data[Home] [Help]

APPS.PAY_PAYROLL_BK3 dependencies on HR_API

Line 27: l_commit_unit_number := hr_api.return_commit_unit;

23: l_commit_unit_number number;
24: l_legislation_code varchar2(30);
25: begin
26: hr_utility.set_location('Entering: PAY_PAYROLL_BK3.DELETE_PAYROLL_B', 10);
27: l_commit_unit_number := hr_api.return_commit_unit;
28: if hr_api.call_leg_hooks then
29: l_legislation_code := PAY_PAY_BUS.RETURN_LEGISLATION_CODE(P_PAYROLL_ID => P_PAYROLL_ID
30: );
31: if l_legislation_code = 'GB' then

Line 28: if hr_api.call_leg_hooks then

24: l_legislation_code varchar2(30);
25: begin
26: hr_utility.set_location('Entering: PAY_PAYROLL_BK3.DELETE_PAYROLL_B', 10);
27: l_commit_unit_number := hr_api.return_commit_unit;
28: if hr_api.call_leg_hooks then
29: l_legislation_code := PAY_PAY_BUS.RETURN_LEGISLATION_CODE(P_PAYROLL_ID => P_PAYROLL_ID
30: );
31: if l_legislation_code = 'GB' then
32: PAY_GB_PAYROLL_RULES.VALIDATE_DELETE

Line 39: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_PAYROLL', 'BP');

35: ,P_PAYROLL_ID => P_PAYROLL_ID
36: );
37: end if;
38: end if;
39: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_PAYROLL', 'BP');
40: hr_utility.set_location(' Leaving: PAY_PAYROLL_BK3.DELETE_PAYROLL_B', 20);
41: end DELETE_PAYROLL_B;
42: end PAY_PAYROLL_BK3;