DBA Data[Home] [Help]

APPS.FA_SRVR_MSG dependencies on FA_RX_CONC_MESG_PKG

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

233: BEGIN
234: if (msg_count <= 0) then
235: NULL;
236: else
237: fa_rx_conc_mesg_pkg.log(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, h_encoded));
238: for i in 1..(msg_count-1) loop
239: fa_rx_conc_mesg_pkg.log(fnd_msg_pub.get(fnd_msg_pub.G_NEXT, h_encoded));
240: end loop;
241: end if;

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

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