DBA Data[Home] [Help]

APPS.GME_RESERVE_CONC dependencies on MTL_RESERVATIONS

Line 77: FROM MTL_RESERVATIONS

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