DBA Data[Home] [Help]

APPS.OTA_TDB_BUS dependencies on OTA_RESOURCE_ALLOCATIONS

Line 1205: from ota_resource_allocations

1201: -- cursor to check if resources exist for the booking
1202: --
1203: Cursor c_details is
1204: select 'X'
1205: from ota_resource_allocations
1206: where booking_id = p_booking_id;
1207: --
1208: l_proc varchar2(72) := g_package||'check_resources';
1209: l_dummy varchar2(1);