DBA Data[Home] [Help]

APPS.OKL_INTEREST_CALC_PVT dependencies on FND_MSG_PUB

Line 880: Fnd_Msg_Pub.get

876:
877: -- Added by Santonyr on 13-Aug-2004 to fix bug 3695764
878: -- Get the last message from the message stack and display in the log file.
879:
880: Fnd_Msg_Pub.get
881: (p_msg_index => Fnd_Msg_Pub.count_msg,
882: p_encoded => Fnd_Api.g_false,
883: p_data => lv_msg_text,
884: p_msg_index_out => lv_msg_count);

Line 881: (p_msg_index => Fnd_Msg_Pub.count_msg,

877: -- Added by Santonyr on 13-Aug-2004 to fix bug 3695764
878: -- Get the last message from the message stack and display in the log file.
879:
880: Fnd_Msg_Pub.get
881: (p_msg_index => Fnd_Msg_Pub.count_msg,
882: p_encoded => Fnd_Api.g_false,
883: p_data => lv_msg_text,
884: p_msg_index_out => lv_msg_count);
885: