DBA Data[Home] [Help]

APPS.OE_DROP_SHIP_GRP dependencies on OE_LOOKUPS

Line 1224: oe_lookups oelup

1220: x_order_line_info_rec.sales_order_line_shipped_qty2, -- INVCONV
1221:
1222: x_order_line_info_rec.sales_order_line_status
1223: FROM oe_order_lines_all oel, --oe_order_lines oel, -- Changes for BUG#6032405
1224: oe_lookups oelup
1225: WHERE line_id = l_line_id
1226: AND oelup.lookup_code = oel.flow_status_code
1227: AND oelup.lookup_type = 'LINE_FLOW_STATUS';
1228: