DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on OE_SETS

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

1680:
1681: -- Find all the non-closed fulfillment sets
1682: Cursor C_FulfillmentSets IS
1683: SELECT DISTINCT OS.SET_ID
1684: FROM oe_order_lines ol, oe_sets OS, oe_line_sets ols
1685: WHERE ol.header_id = p_header_id
1686: and OS.HEADER_ID = ol.header_id
1687: and ol.line_id = ols.line_id
1688: and ols.set_id = OS.set_id