DBA Data[Home] [Help]

APPS.BOMPKMUD dependencies on FND_MSG_PUB

Line 254: FND_MSG_PUB.Get(

250: EXCEPTION
251: WHEN RAISE_ERES_EVENT_ERROR THEN
252: FND_FILE.PUT_LINE(FND_FILE.LOG,'ECO Create event, RAISE_ERES_EVENT_ERROR :');
253: -- Get the message and raise the procedure exception.
254: FND_MSG_PUB.Get(
255: p_msg_index => 1,
256: p_data => l_message,
257: p_encoded => FND_API.G_FALSE,
258: p_msg_index_out => l_dummy_cnt);

Line 264: FND_MSG_PUB.Get(

260:
261: WHEN SEND_ACKN_ERROR THEN
262: FND_FILE.PUT_LINE(FND_FILE.LOG,'ECO Create event, SEND_ACKN_ERROR :');
263: -- Get the message and raise the procedure exception.
264: FND_MSG_PUB.Get(
265: p_msg_index => 1,
266: p_data => l_message,
267: p_encoded => FND_API.G_FALSE,
268: p_msg_index_out => l_dummy_cnt);