DBA Data[Home] [Help]

APPS.PSP_PREGEN dependencies on FND_FILE

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

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

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

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

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

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

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

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