DBA Data[Home] [Help]

APPS.PSP_ENC_SUM_TRAN dependencies on PSP_MESSAGE_S

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

266: END IF;
267: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After enc_batch_end');
268: retcode := FND_API.G_RET_STS_SUCCESS;
269:
270: psp_message_s.print_error(p_mode=>FND_FILE.log,
271: p_print_header=>FND_API.G_FALSE);
272: 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 || '
273: p_business_group_id: ' || p_business_group_id || '
274: p_set_of_books_id: ' || p_set_of_books_id);

Line 275: PSP_MESSAGE_S.Print_success;

271: p_print_header=>FND_API.G_FALSE);
272: 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 || '
273: p_business_group_id: ' || p_business_group_id || '
274: p_set_of_books_id: ' || p_set_of_books_id);
275: PSP_MESSAGE_S.Print_success;
276: return;
277: END IF;
278:
279: -- Enh 2505778 LD, GMS Integration with PQH

Line 457: PSP_MESSAGE_S.Print_success;

453:
454: 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 || '
455: p_business_group_id: ' || p_business_group_id || '
456: p_set_of_books_id: ' || p_set_of_books_id);
457: PSP_MESSAGE_S.Print_success;
458: EXCEPTION
459: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
460: ROLLBACK; --Introduced as part of bug fix 1776606
461: g_error_api_path := 'ENC_SUM_TRANS:'||g_error_api_path;

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

464:
465: 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 || '
466: p_business_group_id: ' || p_business_group_id || '
467: p_set_of_books_id: ' || p_set_of_books_id);
468: psp_message_s.print_error(p_mode => FND_FILE.LOG,
469: p_print_header => FND_API.G_TRUE);
470: return;
471:
472: WHEN OTHERS THEN

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

477:
478: 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 || '
479: p_business_group_id: ' || p_business_group_id || '
480: p_set_of_books_id: ' || p_set_of_books_id);
481: psp_message_s.print_error(p_mode => FND_FILE.LOG,
482: p_print_header => FND_API.G_TRUE);
483: return;
484: END;
485: