DBA Data[Home] [Help]

APPS.CTO_MATCH_CONFIG dependencies on MTL_SYSTEM_ITEMS_B

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

3142:
3143: END Insert_into_bcol_gt;
3144:
3145:
3146: -- This procedure will get the Match_attribute from mtl_system_items_b
3147: -- Will process those flags.
3148: --Eg:
3149: -- Model levels Match_ttribute perform_match
3150: -- (from Item form) (calculated)

Line 3486: FROM mtl_system_items_b mtl

3482:
3483: UPDATE /*+ INDEX (bcol BOM_CTO_ORDER_LINES_GT_N5) */ bom_cto_order_lines_gt bcol
3484: SET bcol.perform_match=
3485: (SELECT config_match
3486: FROM mtl_system_items_b mtl
3487: WHERE mtl.inventory_item_id = bcol.inventory_item_id
3488:
3489: AND mtl.organization_id = bcol.validation_org --reuse_revert
3490: --3555026