DBA Data[Home] [Help]

APPS.OKL_INTERNAL_TO_EXTERNAL dependencies on FND_MSG_PUB

Line 3200: fnd_msg_pub.GET(p_msg_index => i, p_encoded => 'F', p_data => lx_msg_data, p_msg_index_out => l_msg_index_out);

3196: fnd_file.PUT_LINE(fnd_file.OUTPUT, 'Details of Errored Records:' || lpad(' ', 97, ' '));
3197: fnd_file.PUT_LINE(fnd_file.OUTPUT, rpad(' ', 132, ' '));
3198: END IF;
3199:
3200: fnd_msg_pub.GET(p_msg_index => i, p_encoded => 'F', p_data => lx_msg_data, p_msg_index_out => l_msg_index_out);
3201:
3202: fnd_file.PUT_LINE(fnd_file.OUTPUT, to_char(i) || ': ' || lx_msg_data);
3203:
3204: IF(fnd_log.level_exception >= fnd_log.g_current_runtime_level) THEN

Line 3726: Fnd_Msg_Pub.get (p_msg_index => i,

3722: IF i = 1 THEN
3723: Fnd_File.PUT_LINE (Fnd_File.OUTPUT,'Details of Errored Records:'||LPAD(' ', 97, ' '));
3724: Fnd_File.PUT_LINE (Fnd_File.OUTPUT,RPAD(' ', 132, ' '));
3725: END IF;
3726: Fnd_Msg_Pub.get (p_msg_index => i,
3727: p_encoded => 'F',
3728: p_data => lx_msg_data,
3729: p_msg_index_out => l_msg_index_out);
3730: