DBA Data[Home] [Help]

APPS.PSP_ENC_SUM_TRAN dependencies on PSP_MESSAGE_S

Line 277: psp_message_s.print_error(p_mode=>FND_FILE.log,

273: END IF;
274: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After enc_batch_end');
275: retcode := FND_API.G_RET_STS_SUCCESS;
276:
277: psp_message_s.print_error(p_mode=>FND_FILE.log,
278: p_print_header=>FND_API.G_FALSE);
279: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Leaving enc_sum_trans p_payroll_action_id: ' || p_payroll_action_id || '
280: p_business_group_id: ' || p_business_group_id || '
281: p_set_of_books_id: ' || p_set_of_books_id);

Line 282: PSP_MESSAGE_S.Print_success;

278: p_print_header=>FND_API.G_FALSE);
279: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Leaving enc_sum_trans p_payroll_action_id: ' || p_payroll_action_id || '
280: p_business_group_id: ' || p_business_group_id || '
281: p_set_of_books_id: ' || p_set_of_books_id);
282: PSP_MESSAGE_S.Print_success;
283: return;
284: END IF;
285:
286: -- Enh 2505778 LD, GMS Integration with PQH

Line 465: PSP_MESSAGE_S.Print_success;

461:
462: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Leaving enc_sum_trans p_payroll_action_id: ' || p_payroll_action_id || '
463: p_business_group_id: ' || p_business_group_id || '
464: p_set_of_books_id: ' || p_set_of_books_id);
465: PSP_MESSAGE_S.Print_success;
466: EXCEPTION
467: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
468: ROLLBACK; --Introduced as part of bug fix 1776606
469: g_error_api_path := 'ENC_SUM_TRANS:'||g_error_api_path;

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

472:
473: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Leaving enc_sum_trans p_payroll_action_id: ' || p_payroll_action_id || '
474: p_business_group_id: ' || p_business_group_id || '
475: p_set_of_books_id: ' || p_set_of_books_id);
476: psp_message_s.print_error(p_mode => FND_FILE.LOG,
477: p_print_header => FND_API.G_TRUE);
478: return;
479:
480: WHEN OTHERS THEN

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

486:
487: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Leaving enc_sum_trans p_payroll_action_id: ' || p_payroll_action_id || '
488: p_business_group_id: ' || p_business_group_id || '
489: p_set_of_books_id: ' || p_set_of_books_id);
490: psp_message_s.print_error(p_mode => FND_FILE.LOG,
491: p_print_header => FND_API.G_TRUE);
492: return;
493: END;
494: