DBA Data[Home] [Help]

APPS.CTO_DEACTIVATE_CONFIG_PK dependencies on OE_LINES_IFACE_ALL

Line 2603: FROM oe_lines_iface_all

2599: AND ship_from_org_id = p_org_id
2600: AND open_flag <> 'N'
2601: UNION
2602: SELECT closed_flag
2603: FROM oe_lines_iface_all
2604: WHERE inventory_item_id = p_inventory_item_id --deamnd from or_interface tables (only std items can
2605: AND ship_from_org_id = p_org_id --be ordered from third party tools ie exist in
2606: AND closed_flag <> 'N'; --interface table
2607: