DBA Data[Home] [Help]

APPS.INV_LABEL_PVT1 dependencies on OE_ORDER_LINES_ALL

Line 2058: FROM mtl_reservations mr, oe_order_lines_all oel

2054:
2055: /*Bug11818438*/
2056: CURSOR C_WIP_SO_INFO_CUR (v_wip_entity_id NUMBER) IS
2057: SELECT oel.header_id,oel.line_id
2058: FROM mtl_reservations mr, oe_order_lines_all oel
2059: WHERE mr.supply_source_header_id=v_wip_entity_id
2060: AND mr.supply_source_type_id=5
2061: AND mr.demand_source_type_id in (2,8)
2062: AND mr.demand_source_line_id =oel.line_id