DBA Data[Home] [Help]

APPS.GMI_ALLOCATE_INVENTORY_PVT dependencies on OE_ORDER_LINES_ALL

Line 137: From oe_order_lines_all

133: schedule_ship_date,
134: ship_to_org_id,
135: org_id,
136: preferred_grade
137: From oe_order_lines_all
138: Where line_id = p_allocation_rec.line_id;
139:
140: CURSOR Get_Batch_Rec_Cur(p_batch_id NUMBER) IS
141: SELECT *