DBA Data[Home] [Help]

APPS.PAY_BATCH_ELEMENT_ENTRY_BK7 dependencies on HR_API

Line 21: l_commit_unit_number := hr_api.return_commit_unit;

17: l_commit_unit_number number;
18: l_legislation_code varchar2(30);
19: begin
20: hr_utility.set_location('Entering: PAY_BATCH_ELEMENT_ENTRY_BK7.DELETE_BATCH_HEADER_B', 10);
21: l_commit_unit_number := hr_api.return_commit_unit;
22: if hr_api.call_app_hooks then
23: hxt_util.check_batch_states
24: (P_BATCH_ID => P_BATCH_ID
25: );

Line 22: if hr_api.call_app_hooks then

18: l_legislation_code varchar2(30);
19: begin
20: hr_utility.set_location('Entering: PAY_BATCH_ELEMENT_ENTRY_BK7.DELETE_BATCH_HEADER_B', 10);
21: l_commit_unit_number := hr_api.return_commit_unit;
22: if hr_api.call_app_hooks then
23: hxt_util.check_batch_states
24: (P_BATCH_ID => P_BATCH_ID
25: );
26: end if;

Line 27: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_BATCH_HEADER', 'BP');

23: hxt_util.check_batch_states
24: (P_BATCH_ID => P_BATCH_ID
25: );
26: end if;
27: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_BATCH_HEADER', 'BP');
28: hr_utility.set_location(' Leaving: PAY_BATCH_ELEMENT_ENTRY_BK7.DELETE_BATCH_HEADER_B', 20);
29: end DELETE_BATCH_HEADER_B;
30: end PAY_BATCH_ELEMENT_ENTRY_BK7;