DBA Data[Home] [Help]

APPS.INVPULI2 dependencies on INV_ITEM_UTIL

Line 171: l_ego_cat_grp_flag := INV_ITEM_UTIL.Object_Exists(p_object_type => 'SYNONYM',p_object_name => 'EGO_CAT_GRP_TEMPLATES');

167: INVPUTLI.info('INVPULI2: begin copy_template_attributes');
168: END IF;
169:
170: --added for bug: 7033786
171: l_ego_cat_grp_flag := INV_ITEM_UTIL.Object_Exists(p_object_type => 'SYNONYM',p_object_name => 'EGO_CAT_GRP_TEMPLATES');
172:
173:
174: -- Populate Template Ids.
175: FOR cur IN item_rec LOOP

Line 319: (INV_ITEM_UTIL.Appl_Inst_EGO > 0)

315: cur.template_id = FND_API.G_MISS_NUM) AND
316: (cur.TRANSACTION_TYPE = 'CREATE') AND
317: (cur.ITEM_CATALOG_GROUP_ID IS NOT NULL and
318: cur.ITEM_CATALOG_GROUP_ID <> FND_API.G_MISS_NUM) AND
319: (INV_ITEM_UTIL.Appl_Inst_EGO > 0)
320: --AND (INV_ITEM_UTIL.Object_Exists(p_object_type => 'SYNONYM', p_object_name => 'EGO_CAT_GRP_TEMPLATES') = 'Y')
321: --end added for bug: 7033786
322: AND (l_ego_cat_grp_flag = 'Y')
323: -- Adding the below clause to prevent application of default templates in the case of SKU Item

Line 320: --AND (INV_ITEM_UTIL.Object_Exists(p_object_type => 'SYNONYM', p_object_name => 'EGO_CAT_GRP_TEMPLATES') = 'Y')

316: (cur.TRANSACTION_TYPE = 'CREATE') AND
317: (cur.ITEM_CATALOG_GROUP_ID IS NOT NULL and
318: cur.ITEM_CATALOG_GROUP_ID <> FND_API.G_MISS_NUM) AND
319: (INV_ITEM_UTIL.Appl_Inst_EGO > 0)
320: --AND (INV_ITEM_UTIL.Object_Exists(p_object_type => 'SYNONYM', p_object_name => 'EGO_CAT_GRP_TEMPLATES') = 'Y')
321: --end added for bug: 7033786
322: AND (l_ego_cat_grp_flag = 'Y')
323: -- Adding the below clause to prevent application of default templates in the case of SKU Item
324: AND ( cur.style_item_flag IS NULL OR cur.style_item_flag = 'Y')