DBA Data[Home] [Help]

APPS.EGO_INV_ITEM_CATALOG_PVT dependencies on INVIDIT2

Line 820: INVIDIT2.Match_Catalog_Descr_Elements (p_inventory_item_id, p_new_catalog_group_id);

816: WHERE inventory_item_id = p_inventory_item_id
817: AND organization_id IN (SELECT organization_id FROM mtl_parameters WHERE master_organization_id=p_organization_id);
818:
819: -- Bug: 3072079 Added code to update descriptive values of new item catalog group for an item
820: INVIDIT2.Match_Catalog_Descr_Elements (p_inventory_item_id, p_new_catalog_group_id);
821:
822: --Bug: 3007563 Modified all the delete statements.
823: -- FOR catalog_record IN c_lost_catalogs(p_catalog_group_id,p_new_catalog_group_id)
824: -- LOOP