DBA Data[Home] [Help]

APPS.CTO_CONFIG_BOM_PK dependencies on MTL_ITEM_CATALOG_GROUPS

Line 5354: FROM mtl_item_catalog_groups_kfv MICGK

5350: lStmtNum :=260;
5351:
5352: SELECT MICGK.concatenated_segments
5353: INTO group_name
5354: FROM mtl_item_catalog_groups_kfv MICGK
5355: WHERE MICGK.item_catalog_group_id = group_id;
5356:
5357: else
5358: lStmtNum :=270;

Line 5362: FROM mtl_item_catalog_groups MICG

5358: lStmtNum :=270;
5359: /* This is to get the description of the catalog */
5360: SELECT MICG.description
5361: INTO group_name
5362: FROM mtl_item_catalog_groups MICG
5363: WHERE MICG.item_catalog_group_id = group_id;
5364:
5365: end if;
5366: return(0);