DBA Data[Home] [Help]

APPS.FA_SRVR_MSG dependencies on FA_RX_CONC_MESG_PKG

Line 233: -- fa_rx_conc_mesg_pkg.log(msg_data);

229: NULL;
230: -- Commenting out the next portion, since we do not want to print message
231: -- which we are not sure whether it is in encoded or translated format.
232: --elsif (msg_count = 1 and msg_data IS NOT NULL) then
233: -- fa_rx_conc_mesg_pkg.log(msg_data);
234: else
235: fa_rx_conc_mesg_pkg.log(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, h_encoded));
236: for i in 1..(msg_count-1) loop
237: fa_rx_conc_mesg_pkg.log(fnd_msg_pub.get(fnd_msg_pub.G_NEXT, h_encoded));

Line 235: fa_rx_conc_mesg_pkg.log(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, h_encoded));

231: -- which we are not sure whether it is in encoded or translated format.
232: --elsif (msg_count = 1 and msg_data IS NOT NULL) then
233: -- fa_rx_conc_mesg_pkg.log(msg_data);
234: else
235: fa_rx_conc_mesg_pkg.log(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, h_encoded));
236: for i in 1..(msg_count-1) loop
237: fa_rx_conc_mesg_pkg.log(fnd_msg_pub.get(fnd_msg_pub.G_NEXT, h_encoded));
238: end loop;
239: end if;

Line 237: fa_rx_conc_mesg_pkg.log(fnd_msg_pub.get(fnd_msg_pub.G_NEXT, h_encoded));

233: -- fa_rx_conc_mesg_pkg.log(msg_data);
234: else
235: fa_rx_conc_mesg_pkg.log(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, h_encoded));
236: for i in 1..(msg_count-1) loop
237: fa_rx_conc_mesg_pkg.log(fnd_msg_pub.get(fnd_msg_pub.G_NEXT, h_encoded));
238: end loop;
239: end if;
240: END Write_Msg_Log;
241: