DBA Data[Home] [Help]

APPS.OTA_TDB_API_UPD2 dependencies on OTA_UTILITY

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

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

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

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

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

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