DBA Data[Home] [Help]

APPS.CSE_ASSET_MOVE_PKG dependencies on OE_ORDER_LINES_ALL

Line 4030: FROM oe_order_lines_all

4026:
4027: BEGIN
4028: SELECT 'Y'
4029: INTO l_ship_only
4030: FROM oe_order_lines_all
4031: WHERE Nvl(shipped_quantity,0) >0
4032: AND Nvl(invoiced_quantity,0) = 0
4033: AND (invoice_interface_status_code IS NULL OR invoice_interface_status_code = 'NOT_ELIGIBLE' )
4034: AND line_id = l_line_id;