DBA Data[Home] [Help]

APPS.OTA_TFL_API_BUSINESS_RULES2 dependencies on OTA_RESOURCE_ALLOCATIONS

Line 96: from ota_resource_allocations tra

92: v_proc varchar2(72) := g_package||'set_type_R_amounts';
93: --
94: cursor sel_type_R_amounts is
95: select trb.absolute_price
96: from ota_resource_allocations tra
97: , ota_resource_bookings trb
98: where tra.resource_allocation_id = p_resource_allocation_id
99: and tra.charge_delegate_flag = 'Y'
100: and trb.resource_booking_id = tra.equipment_resource_booking_id;