DBA Data[Home] [Help]

APPS.IRC_DEFAULT_POSTING_BK1 dependencies on HR_API

Line 57: l_commit_unit_number := hr_api.return_commit_unit;

53: l_commit_unit_number number;
54: l_legislation_code varchar2(30);
55: begin
56: hr_utility.set_location('Entering: IRC_DEFAULT_POSTING_BK1.CREATE_DEFAULT_POSTING_A', 10);
57: l_commit_unit_number := hr_api.return_commit_unit;
58: if hr_api.call_app_hooks then
59: irc_default_posting_be1.CREATE_DEFAULT_POSTING_A
60: (P_DEFAULT_POSTING_ID => P_DEFAULT_POSTING_ID
61: ,P_POSITION_ID => P_POSITION_ID

Line 58: if hr_api.call_app_hooks then

54: l_legislation_code varchar2(30);
55: begin
56: hr_utility.set_location('Entering: IRC_DEFAULT_POSTING_BK1.CREATE_DEFAULT_POSTING_A', 10);
57: l_commit_unit_number := hr_api.return_commit_unit;
58: if hr_api.call_app_hooks then
59: irc_default_posting_be1.CREATE_DEFAULT_POSTING_A
60: (P_DEFAULT_POSTING_ID => P_DEFAULT_POSTING_ID
61: ,P_POSITION_ID => P_POSITION_ID
62: ,P_JOB_ID => P_JOB_ID

Line 109: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_DEFAULT_POSTING', 'AP');

105: ,P_ATTRIBUTE30 => P_ATTRIBUTE30
106: );
107: end if;
108: hr_multi_message.end_validation_set;
109: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_DEFAULT_POSTING', 'AP');
110: hr_utility.set_location(' Leaving: IRC_DEFAULT_POSTING_BK1.CREATE_DEFAULT_POSTING_A', 20);
111: end CREATE_DEFAULT_POSTING_A;
112: procedure CREATE_DEFAULT_POSTING_B
113: (P_POSITION_ID in NUMBER