DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on OE_ORDER_LINES_ALL

Line 2319: FROM oe_order_lines_all

2315:
2316: BEGIN
2317: SELECT 'Y'
2318: INTO l_ship_only
2319: FROM oe_order_lines_all
2320: WHERE Nvl(shipped_quantity,0) >0
2321: AND Nvl(invoiced_quantity,0) = 0
2322: AND (invoice_interface_status_code IS NULL OR invoice_interface_status_code = 'NOT_ELIGIBLE' )
2323: AND line_id = l_line_id;