DBA Data[Home] [Help]

APPS.CSI_ML_INTERFACE_TXN_PVT dependencies on FND_MSG_PUB

Line 2881: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);

2877: THEN
2878: l_msg_index := 1;
2879: l_Error_Message := l_Msg_Data;
2880: WHILE l_msg_count > 0 LOOP
2881: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);
2882: l_msg_index := l_msg_index + 1;
2883: l_Msg_Count := l_Msg_Count - 1;
2884: END LOOP;
2885: SAVEPOINT s_txnmiddle;

Line 2943: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);

2939: l_msg_index := 1;
2940: l_Error_Message := l_Msg_Data;
2941: WHILE l_msg_count > 0
2942: LOOP
2943: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);
2944: l_msg_index := l_msg_index + 1;
2945: l_Msg_Count := l_Msg_Count - 1;
2946: END LOOP;
2947: SAVEPOINT s_txnmiddle;

Line 3136: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);

3132: THEN
3133: l_msg_index := 1;
3134: l_Error_Message := l_Msg_Data;
3135: WHILE l_msg_count > 0 LOOP
3136: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);
3137: l_msg_index := l_msg_index + 1;
3138: l_Msg_Count := l_Msg_Count - 1;
3139: END LOOP;
3140: RAISE g_exc_error;

Line 3164: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);

3160: THEN
3161: l_msg_index := 1;
3162: l_Error_Message := l_Msg_Data;
3163: WHILE l_msg_count > 0 LOOP
3164: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);
3165: l_msg_index := l_msg_index + 1;
3166: l_Msg_Count := l_Msg_Count - 1;
3167: END LOOP;
3168: RAISE g_exc_error;

Line 3279: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);

3275: THEN
3276: l_msg_index := 1;
3277: l_Error_Message := l_Msg_Data;
3278: WHILE l_msg_count > 0 LOOP
3279: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);
3280: l_msg_index := l_msg_index + 1;
3281: l_Msg_Count := l_Msg_Count - 1;
3282: END LOOP;
3283: --RAISE g_exc_error;

Line 3420: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);

3416: THEN
3417: l_msg_index := 1;
3418: l_Error_Message := l_Msg_Data;
3419: WHILE l_msg_count > 0 LOOP
3420: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);
3421: l_msg_index := l_msg_index + 1;
3422: l_Msg_Count := l_Msg_Count - 1;
3423: END LOOP;
3424: --RAISE g_exc_error;