DBA Data[Home] [Help]

APPS.CSI_ML_INTERFACE_TXN_PVT dependencies on FND_MSG_PUB

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

2760: THEN
2761: l_msg_index := 1;
2762: l_Error_Message := l_Msg_Data;
2763: WHILE l_msg_count > 0 LOOP
2764: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);
2765: l_msg_index := l_msg_index + 1;
2766: l_Msg_Count := l_Msg_Count - 1;
2767: END LOOP;
2768: RAISE g_exc_error;

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

2820: l_msg_index := 1;
2821: l_Error_Message := l_Msg_Data;
2822: WHILE l_msg_count > 0
2823: LOOP
2824: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);
2825: l_msg_index := l_msg_index + 1;
2826: l_Msg_Count := l_Msg_Count - 1;
2827: END LOOP;
2828: RAISE g_exc_error;

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

3011: THEN
3012: l_msg_index := 1;
3013: l_Error_Message := l_Msg_Data;
3014: WHILE l_msg_count > 0 LOOP
3015: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);
3016: l_msg_index := l_msg_index + 1;
3017: l_Msg_Count := l_Msg_Count - 1;
3018: END LOOP;
3019: RAISE g_exc_error;

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

3039: THEN
3040: l_msg_index := 1;
3041: l_Error_Message := l_Msg_Data;
3042: WHILE l_msg_count > 0 LOOP
3043: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);
3044: l_msg_index := l_msg_index + 1;
3045: l_Msg_Count := l_Msg_Count - 1;
3046: END LOOP;
3047: RAISE g_exc_error;

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

3152: THEN
3153: l_msg_index := 1;
3154: l_Error_Message := l_Msg_Data;
3155: WHILE l_msg_count > 0 LOOP
3156: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);
3157: l_msg_index := l_msg_index + 1;
3158: l_Msg_Count := l_Msg_Count - 1;
3159: END LOOP;
3160: --RAISE g_exc_error;

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

3293: THEN
3294: l_msg_index := 1;
3295: l_Error_Message := l_Msg_Data;
3296: WHILE l_msg_count > 0 LOOP
3297: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);
3298: l_msg_index := l_msg_index + 1;
3299: l_Msg_Count := l_Msg_Count - 1;
3300: END LOOP;
3301: --RAISE g_exc_error;