DBA Data[Home] [Help]

APPS.OTA_TDB_API_INS2 dependencies on HR_UTILITY

Line 30: hr_utility.set_location('Entering:'|| l_proc, 5);

26: --
27: begin
28: --
29: --
30: hr_utility.set_location('Entering:'|| l_proc, 5);
31: --
32: -- Check for exceeding max attendees.
33: --
34:

Line 90: hr_utility.set_location('Leaving:'|| l_proc, 10);

86: --
87: end if;
88:
89: --
90: hr_utility.set_location('Leaving:'|| l_proc, 10);
91: --
92: end Check_New_Status;
93: --
94: -- ----------------------------------------------------------------------------

Line 253: hr_utility.set_location('Entering:'|| l_proc, 5);

249: */
250: --
251: begin
252: --
253: hr_utility.set_location('Entering:'|| l_proc, 5);
254:
255: ota_delegate_booking_api.create_delegate_booking(
256: p_effective_date => trunc(sysdate) ,
257: p_booking_id => p_booking_id ,

Line 349: hr_utility.set_location('Leaving:'||l_proc, 10);

345: p_book_from => p_book_from ,
346: p_is_mandatory_enrollment => p_is_mandatory_enrollment
347: );
348:
349: hr_utility.set_location('Leaving:'||l_proc, 10);
350:
351: /*
352: --
353: -- Issue a savepoint if operating in validation only mode.

Line 365: hr_utility.set_location(l_proc, 6);

361: -- Truncate the time portion from all IN date parameters
362: --
363: -- l_effective_date := trunc(p_effective_date);
364: --
365: hr_utility.set_location(l_proc, 6);
366:
367: --
368: -- Validation in addition to Table Handlers
369: --

Line 616: hr_utility.set_location(l_proc, 7);

612: --
613: end if;
614: --
615: --
616: hr_utility.set_location(l_proc, 7);
617:
618: --
619: -- Reset Event Status
620: --

Line 626: hr_utility.set_location(l_proc, 8);

622: ,l_event_rec.object_version_number
623: ,l_event_rec.event_status
624: ,l_event_rec.maximum_attendees);
625: --
626: hr_utility.set_location(l_proc, 8);
627:
628: if ( l_ignore_dff_validation = 'Y' ) then
629: hr_dflex_utility.remove_ignore_df_validation;
630: end if;

Line 676: hr_utility.set_location('Leaving:'||l_proc, 10);

672: --
673: end if;
674:
675: --
676: hr_utility.set_location('Leaving:'||l_proc, 10);
677: --
678: exception
679: when hr_api.validate_enabled then
680: --