DBA Data[Home] [Help]

APPS.OTA_ILEARNING2 dependencies on HR_UTILITY

Line 185: hr_utility.clear_message;

181:
182: BEGIN
183:
184: -- clear message before calling API
185: hr_utility.clear_message;
186: if l_auto_transfer = 'Y' then /* Start for Bug 2242840 */
187: for finance_rec in csr_finance_header (l_finance_header_id)
188: LOOP
189: exit when csr_finance_header%notfound ;

Line 226: || '. Reason:' || hr_utility.get_message);

222: when others then
223: FND_FILE.PUT_LINE(FND_FILE.LOG,'The application could not update the finance line for RCO ID '|| p_rco_id ||
224: ', Person ID ' || p_person_id || ', Booking ID-' ||
225: cur_booking_id.booking_id || ', and Finance Line ID-' || l_finance_line_id
226: || '. Reason:' || hr_utility.get_message);
227: p_message := 'Error in updating finance line ';
228: -- dbms_output.put_line(p_message);
229: END;
230:

Line 289: hr_utility.clear_message;

285: ota_tdb_shd.lck(cur_booking_id.booking_id,l_ovn);
286:
287: BEGIN
288: -- clear message before calling API
289: hr_utility.clear_message;
290:
291: if l_booking_status_type_id = l_cur_booking_status_type_id then
292: ota_tdb_api_upd2.update_enrollment
293: (p_booking_id => cur_booking_id.booking_id -- (Input)

Line 336: cur_booking_id.booking_id || '. REASON:' || hr_utility.get_message);

332: EXCEPTION
333: when others then
334: FND_FILE.PUT_LINE(FND_FILE.LOG,'The application could not update history for RCO ID - '|| p_rco_id ||
335: ', Person ID ' || p_person_id || ', and Booking ID ' ||
336: cur_booking_id.booking_id || '. REASON:' || hr_utility.get_message);
337: -- FND_FILE.PUT_LINE(FND_FILE.LOG,'Error in updating history for rco_id - '|| p_rco_id ||
338: -- ' person id-' || p_person_id || ' and booking ID-' ||
339: -- cur_booking_id.booking_id || '. REASON:' || hr_utility.get_message);
340:

Line 339: -- cur_booking_id.booking_id || '. REASON:' || hr_utility.get_message);

335: ', Person ID ' || p_person_id || ', and Booking ID ' ||
336: cur_booking_id.booking_id || '. REASON:' || hr_utility.get_message);
337: -- FND_FILE.PUT_LINE(FND_FILE.LOG,'Error in updating history for rco_id - '|| p_rco_id ||
338: -- ' person id-' || p_person_id || ' and booking ID-' ||
339: -- cur_booking_id.booking_id || '. REASON:' || hr_utility.get_message);
340:
341: -- FND_FILE.PUT_LINE(FND_FILE.LOG,'p_booking_id:' || cur_booking_id.booking_id);
342: -- FND_FILE.PUT_LINE(FND_FILE.LOG,'p_booking_status_type_id:' || l_booking_status_type_id);
343: -- FND_FILE.PUT_LINE(FND_FILE.LOG,'p_object_version_number:' || l_ovn );