DBA Data[Home] [Help]

APPS.CTO_UPDATE_BOM_RTG_PK dependencies on MTL_ITEM_CATALOG_GROUPS

Line 6953: FROM mtl_item_catalog_groups_kfv MICGK

6949: lStmtNum :=260;
6950:
6951: SELECT MICGK.concatenated_segments
6952: INTO group_name
6953: FROM mtl_item_catalog_groups_kfv MICGK
6954: WHERE MICGK.item_catalog_group_id = group_id;
6955:
6956: else
6957: lStmtNum :=270;

Line 6961: FROM mtl_item_catalog_groups MICG

6957: lStmtNum :=270;
6958: /* This is to get the description of the catalog */
6959: SELECT MICG.description
6960: INTO group_name
6961: FROM mtl_item_catalog_groups MICG
6962: WHERE MICG.item_catalog_group_id = group_id;
6963:
6964: end if;
6965: return(0);