DBA Data[Home] [Help]

APPS.CTO_MATCH_CONFIG dependencies on MTL_SYSTEM_ITEMS_B

Line 3181: -- This procedure will get the Match_attribute from mtl_system_items_b

3177:
3178: END Insert_into_bcol_gt;
3179:
3180:
3181: -- This procedure will get the Match_attribute from mtl_system_items_b
3182: -- Will process those flags.
3183: --Eg:
3184: -- Model levels Match_ttribute perform_match
3185: -- (from Item form) (calculated)

Line 3521: FROM mtl_system_items_b mtl

3517:
3518: UPDATE /*+ INDEX (bcol BOM_CTO_ORDER_LINES_GT_N5) */ bom_cto_order_lines_gt bcol
3519: SET bcol.perform_match=
3520: (SELECT config_match
3521: FROM mtl_system_items_b mtl
3522: WHERE mtl.inventory_item_id = bcol.inventory_item_id
3523:
3524: AND mtl.organization_id = bcol.validation_org --reuse_revert
3525: --3555026