DBA Data[Home] [Help]

APPS.OE_DROP_SHIP_GRP dependencies on OE_LOOKUPS

Line 1222: oe_lookups oelup

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