DBA Data[Home] [Help]

APPS.CTO_CONFIG_BOM_PK dependencies on MTL_ITEM_CATALOG_GROUPS

Line 5042: FROM mtl_item_catalog_groups_kfv MICGK

5038: lStmtNum :=260;
5039:
5040: SELECT MICGK.concatenated_segments
5041: INTO group_name
5042: FROM mtl_item_catalog_groups_kfv MICGK
5043: WHERE MICGK.item_catalog_group_id = group_id;
5044:
5045: else
5046: lStmtNum :=270;

Line 5050: FROM mtl_item_catalog_groups MICG

5046: lStmtNum :=270;
5047: /* This is to get the description of the catalog */
5048: SELECT MICG.description
5049: INTO group_name
5050: FROM mtl_item_catalog_groups MICG
5051: WHERE MICG.item_catalog_group_id = group_id;
5052:
5053: end if;
5054: return(0);