DBA Data[Home] [Help]

APPS.GME_RESERVE_CONC dependencies on MTL_RESERVATIONS

Line 76: FROM MTL_RESERVATIONS

72: END IF;
73:
74: SELECT 'Reservation Exists'
75: INTO l_dummy
76: FROM MTL_RESERVATIONS
77: WHERE DEMAND_SOURCE_LINE_ID = p_line_rec.line_id;
78:
79: IF l_debug_level > 0 THEN
80: OE_DEBUG_PUB.Add('Reservations exists on the line',3);