DBA Data[Home] [Help]

APPS.PSP_ENC_LIQ_TRAN dependencies on PSP_MESSAGE_S

Line 108: / *psp_message_s.print_error(p_mode => FND_FILE.LOG,

104: retcode := FND_API.G_RET_STS_SUCCESS;
105:
106: -- Added code for error message handler by Bijoy , 27-Jul-1999
107:
108: / *psp_message_s.print_error(p_mode => FND_FILE.LOG,
109: p_print_header => FND_API.G_TRUE);* /
110: if p_action_type IN ('L', 'T') then
111: PSP_MESSAGE_S.Print_success;
112: end if;

Line 111: PSP_MESSAGE_S.Print_success;

107:
108: / *psp_message_s.print_error(p_mode => FND_FILE.LOG,
109: p_print_header => FND_API.G_TRUE);* /
110: if p_action_type IN ('L', 'T') then
111: PSP_MESSAGE_S.Print_success;
112: end if;
113: return;
114: END IF;
115:

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

341: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' g_liq_has_failed_transactions: TRUE');
342: retcode := fnd_api.g_ret_sts_error;
343: fnd_message.set_name('PSP','PSP_ENC_LIQ_TRANS_FAILED');
344: fnd_msg_pub.add;
345: psp_message_s.print_error(p_mode => FND_FILE.LOG,
346: p_print_header => FND_API.G_TRUE);
347: ELSE
348: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' g_liq_has_failed_transactions: FALSE');
349: retcode := FND_API.G_RET_STS_SUCCESS;

Line 356: / *psp_message_s.print_error(p_mode => FND_FILE.LOG,

352:
353: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Leaving ENC_LIQ_TRANS');
354: -- Added code for error message handler by Bijoy , 27-Jul-1999
355:
356: / *psp_message_s.print_error(p_mode => FND_FILE.LOG,
357: p_print_header => FND_API.G_TRUE);* /
358: if p_action_type ='L' then
359: PSP_MESSAGE_S.Print_success;
360: end if;

Line 359: PSP_MESSAGE_S.Print_success;

355:
356: / *psp_message_s.print_error(p_mode => FND_FILE.LOG,
357: p_print_header => FND_API.G_TRUE);* /
358: if p_action_type ='L' then
359: PSP_MESSAGE_S.Print_success;
360: end if;
361: EXCEPTION
362: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
363: / * Bug 20393936: commented call to batch_end proc and introduced ROLLBACK * /

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

377: retcode := 2;
378: -- Added code for error message handler by Bijoy , 27-Jul-1999
379:
380: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Leaving ENC_LIQ_TRANS');
381: psp_message_s.print_error(p_mode => FND_FILE.LOG,
382: p_print_header => FND_API.G_TRUE);
383: return;
384: WHEN OTHERS THEN
385: / * Bug 20393936: commented call to batch_end proc and introduced ROLLBACK * /

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

399: retcode := 2;
400: -- Added code for error message handler by Bijoy , 27-Jul-1999
401:
402: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Leaving ENC_LIQ_TRANS');
403: psp_message_s.print_error(p_mode => FND_FILE.LOG,
404: p_print_header => FND_API.G_TRUE);
405: return;
406: END enc_liq_trans;
407: End of comment for create and update multi thread enh. *****/

Line 518: psp_message_s.print_error(p_mode => FND_FILE.LOG, p_print_header => FND_API.G_TRUE);

514: IF (g_liq_has_failed_transactions) THEN
515: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' g_liq_has_failed_transactions: TRUE');
516: fnd_message.set_name('PSP','PSP_ENC_LIQ_TRANS_FAILED');
517: fnd_msg_pub.add;
518: psp_message_s.print_error(p_mode => FND_FILE.LOG, p_print_header => FND_API.G_TRUE);
519: p_return_status := fnd_api.g_ret_sts_error;
520: ELSE
521: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' g_liq_has_failed_transactions: FALSE');
522: p_return_status := FND_API.G_RET_STS_SUCCESS;

Line 537: psp_message_s.print_error(p_mode => FND_FILE.LOG, p_print_header => FND_API.G_TRUE);

533: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
534: g_error_api_path := 'ENC_LIQ_TRANS:'||g_error_api_path;
535: fnd_msg_pub.add_exc_msg('PSP_ENC_LIQ_TRAN','ENC_LIQ_TRANS');
536: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Leaving ENC_LIQ_TRANS');
537: psp_message_s.print_error(p_mode => FND_FILE.LOG, p_print_header => FND_API.G_TRUE);
538: p_return_status := fnd_api.g_ret_sts_unexp_error;
539: WHEN OTHERS THEN
540: fnd_file.put_line(fnd_file.log,DBMS_UTILITY.FORMAT_ERROR_BACKTRACE);
541: g_error_api_path := 'ENC_LIQ_TRANS:'||g_error_api_path;

Line 544: psp_message_s.print_error(p_mode => FND_FILE.LOG, p_print_header => FND_API.G_TRUE);

540: fnd_file.put_line(fnd_file.log,DBMS_UTILITY.FORMAT_ERROR_BACKTRACE);
541: g_error_api_path := 'ENC_LIQ_TRANS:'||g_error_api_path;
542: fnd_msg_pub.add_exc_msg('PSP_ENC_LIQ_TRAN','ENC_LIQ_TRANS');
543: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Leaving ENC_LIQ_TRANS');
544: psp_message_s.print_error(p_mode => FND_FILE.LOG, p_print_header => FND_API.G_TRUE);
545: p_return_status := fnd_api.g_ret_sts_unexp_error;
546: END enc_liq_trans;
547: -- End of changes for Create and update multi thread enh.
548: -- #######################################################################

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

7225: IF p_action_type = 'Q' THEN
7226: fnd_message.set_name('PSP','PSP_ENC_NUM_ASG');
7227: fnd_message.set_token('NUM_ASG',no_of_asg);
7228: fnd_msg_pub.add;
7229: psp_message_s.print_error (p_mode => FND_FILE.LOG,
7230: p_print_header => FND_API.G_FALSE);
7231: END IF;
7232:
7233: p_return_status := FND_API.G_RET_STS_SUCCESS;

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

7489: exception
7490: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
7491: fnd_msg_pub.add_exc_msg('PSP_ENC_LIQ_TRAN','LIQUIDATE_EMP_TERM');
7492: fnd_msg_pub.add;
7493: psp_message_s.print_error(p_mode => FND_FILE.LOG,
7494: p_print_header => FND_API.G_TRUE);
7495: ROLLBACK;
7496: retcode := 2;
7497:

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

7497:
7498: when others then
7499: fnd_msg_pub.add_exc_msg('PSP_ENC_LIQ_TRAN','LIQUIDATE_EMP_TERM');
7500: fnd_msg_pub.add;
7501: psp_message_s.print_error(p_mode => FND_FILE.LOG,
7502: p_print_header => FND_API.G_TRUE);
7503: ROLLBACK;
7504: errbuf := sqlerrm;
7505: retcode := 2;