DBA Data[Home] [Help]

APPS.OKL_RV_INTERFACE_PVT dependencies on FND_MSG_PUB

Line 30: -- fnd_msg_pub package

26: -- PROCEDURE Report_Error
27: -- It is a generalized routine to display error on Concurrent Manager Log file
28: -- Calls:
29: -- okl_api package
30: -- fnd_msg_pub package
31: -- Called by:
32: -- process_record
33: -- check_input_record
34: -- process_input_record

Line 48: FND_MSG_PUB.GET(

44:
45: BEGIN
46:
47: FOR i in 1..x_msg_count LOOP
48: FND_MSG_PUB.GET(
49: p_msg_index => i,
50: p_encoded => FND_API.G_FALSE,
51: p_data => x_msg_data,
52: p_msg_index_out => x_msg_index_out