DBA Data[Home] [Help]

APPS.OTA_TDB_API_UPD2 dependencies on OTA_UTILITY

Line 668: ota_utility.get_booking_status_type(p_status_type_id=>p_booking_status_type_id,

664: --
665: -- Prerequisite Validation Code
666: -- Can be overridden if p_override_prerequisites parameter is 'Y'
667: -- get booking status type
668: ota_utility.get_booking_status_type(p_status_type_id=>p_booking_status_type_id,
669: p_type => l_incoming_status_type);
670:
671: If ( p_override_prerequisites = 'N' ) Then
672: --Call local method

Line 1453: ota_utility.get_booking_status_type(p_status_type_id => ota_tdb_shd.g_old_rec.booking_status_type_id,

1449: If (ota_general.value_changed (ota_tdb_shd.g_old_rec.event_id, l_event_id) ) Then
1450: l_check_prereq := true;
1451: End If;
1452:
1453: ota_utility.get_booking_status_type(p_status_type_id => ota_tdb_shd.g_old_rec.booking_status_type_id,
1454: p_type => l_old_status_type);
1455:
1456: ota_utility.get_booking_status_type(p_status_type_id => l_booking_status_type_id,
1457: p_type => l_new_status_type);

Line 1456: ota_utility.get_booking_status_type(p_status_type_id => l_booking_status_type_id,

1452:
1453: ota_utility.get_booking_status_type(p_status_type_id => ota_tdb_shd.g_old_rec.booking_status_type_id,
1454: p_type => l_old_status_type);
1455:
1456: ota_utility.get_booking_status_type(p_status_type_id => l_booking_status_type_id,
1457: p_type => l_new_status_type);
1458:
1459: If ( l_old_status_type = 'C' and l_new_status_type <> 'C' ) Then
1460: l_check_prereq := true;