DBA Data[Home] [Help]

APPS.OTA_BOOKING_STATUS_TYPE_API dependencies on HR_UTILITY

Line 57: hr_utility.set_location('Entering:'|| l_proc, 10);

53: l_object_version_number number;
54: l_effective_date date;
55: l_name varchar2(80);
56: begin
57: hr_utility.set_location('Entering:'|| l_proc, 10);
58: --
59: -- Issue a savepoint
60: --
61: savepoint CREATE_BOOKING_STATUS_TYPE;

Line 230: hr_utility.set_location(' Leaving:'||l_proc, 70);

226: p_booking_status_type_id := l_booking_status_type_id;
227: p_object_version_number := l_object_version_number;
228:
229:
230: hr_utility.set_location(' Leaving:'||l_proc, 70);
231: exception
232: when hr_api.validate_enabled then
233: --
234: -- As the Validate_Enabled exception has been raised

Line 245: hr_utility.set_location(' Leaving:'||l_proc, 80);

241: -- when validation only mode is being used.)
242: --
243: p_booking_status_type_id := null;
244: p_object_version_number := null;
245: hr_utility.set_location(' Leaving:'||l_proc, 80);
246: when others then
247: --
248: -- A validation or unexpected error has occured
249: --

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

249: --
250: rollback to CREATE_BOOKING_STATUS_TYPE;
251: p_booking_status_type_id := null;
252: p_object_version_number := null;
253: hr_utility.set_location(' Leaving:'||l_proc, 90);
254: raise;
255: end create_BOOKING_STATUS_TYPE;
256: -- ----------------------------------------------------------------------------
257: -- |----------------------------< UPDATE_BOOKING_STATUS_TYPE >---------------------------|

Line 304: hr_utility.set_location('Entering:'|| l_proc, 10);

300: l_effective_date date;
301: l_object_version_number number := p_object_version_number;
302: l_name varchar2(80);
303: begin
304: hr_utility.set_location('Entering:'|| l_proc, 10);
305: --
306: -- Issue a savepoint
307: --
308: savepoint UPDATE_BOOKING_STATUS_TYPE;

Line 465: hr_utility.set_location(' Leaving:'||l_proc, 70);

461: end if;
462: --
463: -- Set all output arguments
464: --
465: hr_utility.set_location(' Leaving:'||l_proc, 70);
466: exception
467: when hr_api.validate_enabled then
468: --
469: -- As the Validate_Enabled exception has been raised

Line 479: hr_utility.set_location(' Leaving:'||l_proc, 80);

475: -- (Any key or derived arguments must be set to null
476: -- when validation only mode is being used.)
477: --
478: p_object_version_number := null;
479: hr_utility.set_location(' Leaving:'||l_proc, 80);
480: when others then
481: --
482: -- A validation or unexpected error has occured
483: --

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

482: -- A validation or unexpected error has occured
483: --
484: rollback to UPDATE_BOOKING_STATUS_TYPE;
485: p_object_version_number := l_object_version_number;
486: hr_utility.set_location(' Leaving:'||l_proc, 90);
487: raise;
488: end update_BOOKING_STATUS_TYPE;
489: --
490: -- ----------------------------------------------------------------------------

Line 507: hr_utility.set_location('Entering:'|| l_proc, 10);

503: l_object_version_id number;
504: --
505: --
506: begin
507: hr_utility.set_location('Entering:'|| l_proc, 10);
508: --
509: -- Issue a savepoint
510: --
511: savepoint DELETE_BOOKING_STATUS_TYPE;

Line 573: hr_utility.set_location(' Leaving:'||l_proc, 170);

569: --
570: -- Set all output arguments
571: --
572: --
573: hr_utility.set_location(' Leaving:'||l_proc, 170);
574: exception
575: when hr_api.validate_enabled then
576: --
577: -- As the Validate_Enabled exception has been raised

Line 586: hr_utility.set_location(' Leaving:'||l_proc, 180);

582: -- Only set output warning arguments
583: -- (Any key or derived arguments must be set to null
584: -- when validation only mode is being used.)
585: --
586: hr_utility.set_location(' Leaving:'||l_proc, 180);
587: when others then
588: --
589: -- A validation or unexpected error has occured
590: --

Line 592: hr_utility.set_location(' Leaving:'||l_proc, 190);

588: --
589: -- A validation or unexpected error has occured
590: --
591: rollback to DELETE_BOOKING_STATUS_TYPE;
592: hr_utility.set_location(' Leaving:'||l_proc, 190);
593: raise;
594: end delete_BOOKING_STATUS_TYPE;
595: --
596: