DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on OE_SETS

Line 1747: FROM oe_order_lines ol, oe_sets OS, oe_line_sets ols

1743:
1744: -- Find all the non-closed fulfillment sets
1745: Cursor C_FulfillmentSets IS
1746: SELECT DISTINCT OS.SET_ID
1747: FROM oe_order_lines ol, oe_sets OS, oe_line_sets ols
1748: WHERE ol.header_id = p_header_id
1749: and OS.HEADER_ID = ol.header_id
1750: and ol.line_id = ols.line_id
1751: and ols.set_id = OS.set_id