DBA Data[Home] [Help]

APPS.CTO_UPDATE_CONFIGS_PK dependencies on OE_ORDER_HEADERS_ALL

Line 3672: oe_order_headers_all oeh

3668: decode(bcolu.status, 'MRP_SRC', 'was successfully processed', 'errored out') status
3669: from bom_cto_order_lines_upg bcolu,
3670: mtl_system_items_kfv msi,
3671: oe_order_lines_all oel,
3672: oe_order_headers_all oeh
3673: where bcolu.config_item_id is not null
3674: and bcolu.config_item_id = msi.inventory_item_id
3675: and bcolu.ship_from_org_id = msi.organization_id
3676: and config_creation <> '3'