DBA Data[Home] [Help]

APPS.IRC_POSTING_CONTENT_BK1 dependencies on HR_UTILITY

Line 90: hr_utility.set_location('Entering: IRC_POSTING_CONTENT_BK1.create_posting_content_a', 10);

86: )is
87: l_commit_unit_number number;
88: l_legislation_code varchar2(30);
89: begin
90: hr_utility.set_location('Entering: IRC_POSTING_CONTENT_BK1.create_posting_content_a', 10);
91: l_commit_unit_number := hr_api.return_commit_unit;
92: if hr_api.call_app_hooks then
93: irc_posting_content_be1.create_posting_content_a
94: (P_DISPLAY_MANAGER_INFO => P_DISPLAY_MANAGER_INFO

Line 178: hr_utility.set_location(' Leaving: IRC_POSTING_CONTENT_BK1.create_posting_content_a', 20);

174: );
175: end if;
176: hr_multi_message.end_validation_set;
177: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_POSTING_CONTENT', 'AP');
178: hr_utility.set_location(' Leaving: IRC_POSTING_CONTENT_BK1.create_posting_content_a', 20);
179: end create_posting_content_a;
180: procedure create_posting_content_b
181: (P_DISPLAY_MANAGER_INFO in VARCHAR2
182: ,P_DISPLAY_RECRUITER_INFO in VARCHAR2

Line 261: hr_utility.set_location('Entering: IRC_POSTING_CONTENT_BK1.create_posting_content_b', 10);

257: ,P_IPC_INFORMATION30 in VARCHAR2
258: ,P_DATE_APPROVED in DATE
259: )is
260: begin
261: hr_utility.set_location('Entering: IRC_POSTING_CONTENT_BK1.create_posting_content_b', 10);
262: hr_utility.set_location(' Leaving: IRC_POSTING_CONTENT_BK1.create_posting_content_b', 20);
263: end create_posting_content_b;
264: end IRC_POSTING_CONTENT_BK1;

Line 262: hr_utility.set_location(' Leaving: IRC_POSTING_CONTENT_BK1.create_posting_content_b', 20);

258: ,P_DATE_APPROVED in DATE
259: )is
260: begin
261: hr_utility.set_location('Entering: IRC_POSTING_CONTENT_BK1.create_posting_content_b', 10);
262: hr_utility.set_location(' Leaving: IRC_POSTING_CONTENT_BK1.create_posting_content_b', 20);
263: end create_posting_content_b;
264: end IRC_POSTING_CONTENT_BK1;