DBA Data[Home] [Help]

APPS.CSFW_REQ_PUB dependencies on FND_MSG_PUB

Line 161: fnd_msg_pub.get

157: commit work;
158: ELSE
159: FOR l_counter IN 1 .. l_msg_count
160: LOOP
161: fnd_msg_pub.get
162: ( p_msg_index => l_counter
163: , p_encoded => FND_API.G_FALSE
164: , p_data => l_Msg_Data
165: , p_msg_index_out => l_msg_index_out

Line 219: fnd_msg_pub.get

215: commit work;
216: ELSE
217: FOR l_counter IN 1 .. l_msg_count
218: LOOP
219: fnd_msg_pub.get
220: ( p_msg_index => l_counter
221: , p_encoded => FND_API.G_FALSE
222: , p_data => l_Msg_Data
223: , p_msg_index_out => l_msg_index_out

Line 405: fnd_msg_pub.get

401: commit work;
402: ELSE
403: FOR l_counter IN 1 .. l_msg_count
404: LOOP
405: fnd_msg_pub.get
406: ( p_msg_index => l_counter
407: , p_encoded => FND_API.G_FALSE
408: , p_data => l_data
409: , p_msg_index_out => l_msg_index_out

Line 467: fnd_msg_pub.get

463: x_error := FND_API.G_RET_STS_SUCCESS;
464: ELSE
465: FOR l_counter IN 1 .. l_msg_count
466: LOOP
467: fnd_msg_pub.get
468: ( p_msg_index => l_counter
469: , p_encoded => FND_API.G_FALSE
470: , p_data => l_data
471: , p_msg_index_out => l_msg_index_out