DBA Data[Home] [Help]

APPS.INV_ITEM_CATEGORY_OI dependencies on EGO_GTIN_PVT

Line 1046: EGO_GTIN_PVT.UPDATE_REG_PUB_UPDATE_DATES

1042: l_process_flag := 7;
1043: IF ( l_gpc_catalog_id = l_category_set_id) THEN
1044: -- Bug 5517473 removing the call to process_cat_assignment it is same as update_reg_pub_update_dates
1045: BEGIN
1046: EGO_GTIN_PVT.UPDATE_REG_PUB_UPDATE_DATES
1047: (p_inventory_item_id => l_inventory_item_id,
1048: p_organization_id => l_organization_id,
1049: p_update_reg => 'Y',
1050: p_commit => FND_API.G_FALSE,

Line 1154: EXECUTE IMMEDIATE 'BEGIN EGO_GTIN_PVT.PROCESS_CAT_ASSIGNMENT( :1, :2); END;' USING l_inventory_item_id, l_organization_id;

1150: IF ( l_udex_catalog_id = l_category_set_id
1151: OR l_gpc_catalog_id = l_category_set_id) THEN
1152: -- Bug 5517473 removing the call to process_cat_assignment it is same as update_reg_pub_update_dates
1153: /*BEGIN
1154: EXECUTE IMMEDIATE 'BEGIN EGO_GTIN_PVT.PROCESS_CAT_ASSIGNMENT( :1, :2); END;' USING l_inventory_item_id, l_organization_id;
1155: EXCEPTION
1156: WHEN OTHERS THEN
1157: NULL;
1158: END;*/

Line 1161: EGO_GTIN_PVT.UPDATE_REG_PUB_UPDATE_DATES

1157: NULL;
1158: END;*/
1159: /* Bug 5517473 - Submit for Re-Registration of GDSN attrs when GDSN/GPC category set updated */
1160: BEGIN
1161: EGO_GTIN_PVT.UPDATE_REG_PUB_UPDATE_DATES
1162: (p_inventory_item_id => l_inventory_item_id,
1163: p_organization_id => l_organization_id,
1164: p_update_reg => 'Y',
1165: p_commit => FND_API.G_FALSE,