DBA Data[Home] [Help]

APPS.CTO_UPDATE_CONFIGS_PK dependencies on OE_ORDER_HEADERS_ALL

Line 4043: oe_order_headers_all oeh

4039: decode(bcolu.status, 'MRP_SRC', 'was successfully processed', 'errored out') status
4040: from bom_cto_order_lines_upg bcolu,
4041: mtl_system_items_kfv msi,
4042: oe_order_lines_all oel,
4043: oe_order_headers_all oeh
4044: where bcolu.config_item_id is not null
4045: and bcolu.config_item_id = msi.inventory_item_id
4046: and bcolu.ship_from_org_id = msi.organization_id
4047: and config_creation <> '3'