DBA Data[Home] [Help]

APPS.IBE_M_MIGRATION_PVT dependencies on FND_MSG_PUB

Line 1197: l_msg_data := FND_MSG_PUB.get(i,FND_API.G_FALSE);

1193: IF IBE_M_MIGRATION_PVT.g_debug = 'Y' THEN
1194: printDebugLog(' Error in base content item creation:');
1195: END IF;
1196: for i in 1..l_msg_count loop
1197: l_msg_data := FND_MSG_PUB.get(i,FND_API.G_FALSE);
1198: IF IBE_M_MIGRATION_PVT.g_debug = 'Y' THEN
1199: printDebugLog(' '||l_msg_data);
1200: END IF;
1201: end loop;

Line 1250: l_msg_data := FND_MSG_PUB.get(i,FND_API.G_FALSE);

1246: IF IBE_M_MIGRATION_PVT.g_debug = 'Y' THEN
1247: printDebugLog(' Error in translating content item!');
1248: END IF;
1249: for i in 1..l_msg_count loop
1250: l_msg_data := FND_MSG_PUB.get(i,FND_API.G_FALSE);
1251: IF IBE_M_MIGRATION_PVT.g_debug = 'Y' THEN
1252: printDebugLog(' '||l_msg_data);
1253: END IF;
1254: end loop;

Line 1328: l_msg_data := FND_MSG_PUB.get(i,FND_API.G_FALSE);

1324: IF IBE_M_MIGRATION_PVT.g_debug = 'Y' THEN
1325: printDebugLog(' Error in labeling and associating content item!');
1326: END IF;
1327: for i in 1..l_msg_count loop
1328: l_msg_data := FND_MSG_PUB.get(i,FND_API.G_FALSE);
1329: IF IBE_M_MIGRATION_PVT.g_debug = 'Y' THEN
1330: printDebugLog(' '||l_msg_data);
1331: END IF;
1332: end loop;