DBA Data[Home] [Help]

APPS.PSP_ENC_PRE_PROCESS dependencies on FND_FILE

Line 238: psp_message_s.print_error(p_mode=>FND_FILE.LOG,

234: EXCEPTION
235: WHEN OTHERS THEN
236: g_error_api_path := SUBSTR(g_error_api_path,1,30);
237: fnd_msg_pub.add_exc_msg('PSP_ENC_PRE_PROCESS',g_error_api_path);
238: psp_message_s.print_error(p_mode=>FND_FILE.LOG,
239: p_print_header=>FND_API.G_TRUE);
240: -- bug fix 2597666
241: p_return_status := fnd_api.g_ret_sts_unexp_error;
242: -- Introduced the following for bug fix 3434626