DBA Data[Home] [Help]

APPS.ICX_CAT_R12_UPGRADE_PVT dependencies on PO_R12_CAT_UPG_GRP

Line 5987: PO_R12_CAT_UPG_GRP.migrate_catalog

5983: ICX_CAT_UTIL_PVT.getModuleNameForDebug(g_pkg_name, l_api_name),
5984: 'Calling migrate catalog with FND_API.G_TRUE:' || FND_API.G_TRUE);
5985: END IF;
5986: -- Call it with 'FND_API.G_TRUE' for validate only and no commit done to transaction tables
5987: PO_R12_CAT_UPG_GRP.migrate_catalog
5988: ( 1.0 , -- P_API_VERSION
5989: FND_API.G_TRUE , -- P_COMMIT
5990: FND_API.G_FALSE , -- P_INIT_MSG_LIST
5991: FND_API.G_VALID_LEVEL_FULL , -- P_VALIDATION_LEVEL

Line 6010: PO_R12_CAT_UPG_GRP.migrate_catalog

6006: ICX_CAT_UTIL_PVT.getModuleNameForDebug(g_pkg_name, l_api_name),
6007: 'Calling migrate catalog with FND_API.G_FALSE:' || FND_API.G_FALSE);
6008: END IF;
6009: -- Call it with 'FND_API.G_FALSE' for commit into transaction tables
6010: PO_R12_CAT_UPG_GRP.migrate_catalog
6011: ( 1.0 , -- P_API_VERSION
6012: FND_API.G_TRUE , -- P_COMMIT
6013: FND_API.G_FALSE , -- P_INIT_MSG_LIST
6014: FND_API.G_VALID_LEVEL_FULL , -- P_VALIDATION_LEVEL