DBA Data[Home] [Help]

APPS.CSE_ASSET_UTIL_PKG dependencies on OE_ORDER_LINES_ALL

Line 1752: FROM oe_order_lines_all

1748:
1749: BEGIN
1750: SELECT 'Y'
1751: INTO l_ship_only
1752: FROM oe_order_lines_all
1753: WHERE Nvl(shipped_quantity,0) >0
1754: AND Nvl(invoiced_quantity,0) = 0
1755: AND (invoice_interface_status_code IS NULL OR invoice_interface_status_code = 'NOT_ELIGIBLE' )
1756: AND line_id = l_line_id;