DBA Data[Home] [Help]

APPS.OKL_STREAMS_UTIL dependencies on FND_MSG_PUB

Line 138: Fnd_Msg_Pub.get(p_data => l_msg_text,

134:
135: -- GET THE MESSAGES FROM FND_MESSAGES
136: FOR i IN 1..p_msg_count
137: LOOP
138: Fnd_Msg_Pub.get(p_data => l_msg_text,
139: p_msg_index_out => l_msg_count,
140: p_encoded => G_FALSE,
141: p_msg_index => Fnd_Msg_Pub.g_next);
142: IF i = 1 THEN

Line 141: p_msg_index => Fnd_Msg_Pub.g_next);

137: LOOP
138: Fnd_Msg_Pub.get(p_data => l_msg_text,
139: p_msg_index_out => l_msg_count,
140: p_encoded => G_FALSE,
141: p_msg_index => Fnd_Msg_Pub.g_next);
142: IF i = 1 THEN
143: l_error_msg := l_msg_text;
144: ELSE
145: l_error_msg := l_error_msg || l_new_line || l_msg_text;