DBA Data[Home] [Help]

APPS.IRC_DEFAULT_POSTING_BK3 dependencies on HR_API

Line 12: l_commit_unit_number := hr_api.return_commit_unit;

8: l_commit_unit_number number;
9: l_legislation_code varchar2(30);
10: begin
11: hr_utility.set_location('Entering: IRC_DEFAULT_POSTING_BK3.DELETE_DEFAULT_POSTING_A', 10);
12: l_commit_unit_number := hr_api.return_commit_unit;
13: if hr_api.call_app_hooks then
14: irc_default_posting_be3.DELETE_DEFAULT_POSTING_A
15: (P_DEFAULT_POSTING_ID => P_DEFAULT_POSTING_ID
16: );

Line 13: if hr_api.call_app_hooks then

9: l_legislation_code varchar2(30);
10: begin
11: hr_utility.set_location('Entering: IRC_DEFAULT_POSTING_BK3.DELETE_DEFAULT_POSTING_A', 10);
12: l_commit_unit_number := hr_api.return_commit_unit;
13: if hr_api.call_app_hooks then
14: irc_default_posting_be3.DELETE_DEFAULT_POSTING_A
15: (P_DEFAULT_POSTING_ID => P_DEFAULT_POSTING_ID
16: );
17: end if;

Line 19: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_DEFAULT_POSTING', 'AP');

15: (P_DEFAULT_POSTING_ID => P_DEFAULT_POSTING_ID
16: );
17: end if;
18: hr_multi_message.end_validation_set;
19: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_DEFAULT_POSTING', 'AP');
20: hr_utility.set_location(' Leaving: IRC_DEFAULT_POSTING_BK3.DELETE_DEFAULT_POSTING_A', 20);
21: end DELETE_DEFAULT_POSTING_A;
22: procedure DELETE_DEFAULT_POSTING_B
23: (P_DEFAULT_POSTING_ID in NUMBER