DBA Data[Home] [Help]

APPS.WSH_OE_CONSTRAINTS dependencies on MTL_RESERVATIONS

Line 32: FROM mtl_reservations

28:
29: -- Check the reservations
30: CURSOR c_reservations(x_line_id IN NUMBER) IS
31: SELECT staged_flag
32: FROM mtl_reservations
33: WHERE demand_source_line_id = x_line_id;
34:
35: l_details c_details%ROWTYPE;
36: l_reservations c_reservations%ROWTYPE;