DBA Data[Home] [Help]

APPS.CSE_IFA_TRANS_PKG dependencies on FND_MSG_PUB

Line 173: x_error_msg :=FND_MSG_PUB.GET(l_msg_index,

169: l_msg_index := 1;
170: x_error_msg :=l_msg_data;
171: WHILE l_msg_count > 0
172: LOOP
173: x_error_msg :=FND_MSG_PUB.GET(l_msg_index,
174: FND_API.G_FALSE)||x_error_msg ;
175: l_msg_index := l_msg_index + 1;
176: l_Msg_Count := l_Msg_Count - 1;
177: END LOOP;

Line 520: x_error_msg :=FND_MSG_PUB.GET(l_msg_index,

516: l_msg_index := 1;
517: x_error_msg :=l_msg_data;
518: WHILE l_msg_count > 0
519: LOOP
520: x_error_msg :=FND_MSG_PUB.GET(l_msg_index,
521: FND_API.G_FALSE)||x_error_msg ;
522: l_msg_index := l_msg_index + 1;
523: l_Msg_Count := l_Msg_Count - 1;
524: END LOOP;

Line 677: x_error_msg :=FND_MSG_PUB.GET(l_msg_index,

673: l_msg_index := 1;
674: x_error_msg :=l_msg_data;
675: WHILE l_msg_count > 0
676: LOOP
677: x_error_msg :=FND_MSG_PUB.GET(l_msg_index,
678: FND_API.G_FALSE)||x_error_msg ;
679: l_msg_index := l_msg_index + 1;
680: l_Msg_Count := l_Msg_Count - 1;
681: END LOOP;