DBA Data[Home] [Help]

APPS.CTO_UPDATE_BOM_RTG_PK dependencies on MTL_ITEM_CATALOG_GROUPS

Line 6741: FROM mtl_item_catalog_groups_kfv MICGK

6737: lStmtNum :=260;
6738:
6739: SELECT MICGK.concatenated_segments
6740: INTO group_name
6741: FROM mtl_item_catalog_groups_kfv MICGK
6742: WHERE MICGK.item_catalog_group_id = group_id;
6743:
6744: else
6745: lStmtNum :=270;

Line 6749: FROM mtl_item_catalog_groups MICG

6745: lStmtNum :=270;
6746: /* This is to get the description of the catalog */
6747: SELECT MICG.description
6748: INTO group_name
6749: FROM mtl_item_catalog_groups MICG
6750: WHERE MICG.item_catalog_group_id = group_id;
6751:
6752: end if;
6753: return(0);