DBA Data[Home] [Help]

APPS.OKL_INTEREST_CALC_PVT dependencies on FND_MSG_PUB

Line 1029: Fnd_Msg_Pub.get

1025:
1026: -- Added by Santonyr on 13-Aug-2004 to fix bug 3695764
1027: -- Get the last message from the message stack and display in the log file.
1028:
1029: Fnd_Msg_Pub.get
1030: (p_msg_index => Fnd_Msg_Pub.count_msg,
1031: p_encoded => Fnd_Api.g_false,
1032: p_data => lv_msg_text,
1033: p_msg_index_out => lv_msg_count);

Line 1030: (p_msg_index => Fnd_Msg_Pub.count_msg,

1026: -- Added by Santonyr on 13-Aug-2004 to fix bug 3695764
1027: -- Get the last message from the message stack and display in the log file.
1028:
1029: Fnd_Msg_Pub.get
1030: (p_msg_index => Fnd_Msg_Pub.count_msg,
1031: p_encoded => Fnd_Api.g_false,
1032: p_data => lv_msg_text,
1033: p_msg_index_out => lv_msg_count);
1034: