DBA Data[Home] [Help]

APPS.PSP_PREGEN dependencies on FND_FILE

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

1032: retcode := 0;
1033: fnd_message.set_name('PSP','PSP_PROGRAM_SUCCESS') ;
1034: fnd_msg_pub.add;
1035:
1036: psp_message_s.print_error(p_mode=>FND_FILE.log,
1037: p_print_header=>FND_API.G_FALSE);
1038: PSP_MESSAGE_S.Print_Success;
1039: return;
1040:

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

1049: */
1050: errbuf := l_error_api_name || fnd_global.local_chr(10) || l_msg_data || fnd_global.local_chr(10);
1051: retcode := 2;
1052: rollback;
1053: psp_message_s.print_error(p_mode => FND_FILE.LOG,
1054: p_print_header => FND_API.G_TRUE);
1055: return;
1056: WHEN OTHERS then
1057: ----dbms_output.put_line('When others Error...........');

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

1064: */
1065: errbuf := l_error_api_name || fnd_global.local_chr(10) || l_msg_data || fnd_global.local_chr(10);
1066: rollback;
1067: retcode := 2;
1068: psp_message_s.print_error(p_mode => FND_FILE.LOG,
1069: p_print_header => FND_API.G_TRUE);
1070: return;
1071: END;
1072: --

Line 2580: /* fnd_file.put_line(fnd_file.log, 'Suspense.. After autopop call'|| 'p_acct_type =>'|| l_acct_type

2576: p_business_group_id => p_business_group_id,
2577: ret_expenditure_type => l_new_exp_type,
2578: ret_gl_code_combination_id => l_new_glccid,
2579: retcode => l_auto_pop_status);
2580: /* fnd_file.put_line(fnd_file.log, 'Suspense.. After autopop call'|| 'p_acct_type =>'|| l_acct_type
2581: || 'p_person_id => '||p_person_id
2582: || ' p_assignment_id => '||l_assignment_id
2583: ||' p_element_type_id => '||l_element_type_id
2584: ||' p_project_id =>'|| suspense_rec.project_id