DBA Data[Home] [Help]

APPS.PSP_PAYTRN dependencies on FND_GLOBAL

Line 2089: -- instead use fnd_global.local_chr(x)

2085: retcode := 2;
2086:
2087: WHEN NO_GLOBAL_ACCT_EXISTS THEN
2088: -- commented the below line and replaced it with the next line, fix done is fixing the gscc warning on not to use chr(x)
2089: -- instead use fnd_global.local_chr(x)
2090: --errbuf := l_error_api_name || chr(10) || l_msg_data || chr(10);
2091: errbuf := l_error_api_name || fnd_global.local_chr(10) || l_msg_data || fnd_global.local_chr(10);
2092: fnd_message.set_name('PSP','PSP_IMP_NO_GLOBAL_ACCT_EXISTS');
2093: fnd_message.set_token('PAYROLL_DATE',l_end_date);

Line 2091: errbuf := l_error_api_name || fnd_global.local_chr(10) || l_msg_data || fnd_global.local_chr(10);

2087: WHEN NO_GLOBAL_ACCT_EXISTS THEN
2088: -- commented the below line and replaced it with the next line, fix done is fixing the gscc warning on not to use chr(x)
2089: -- instead use fnd_global.local_chr(x)
2090: --errbuf := l_error_api_name || chr(10) || l_msg_data || chr(10);
2091: errbuf := l_error_api_name || fnd_global.local_chr(10) || l_msg_data || fnd_global.local_chr(10);
2092: fnd_message.set_name('PSP','PSP_IMP_NO_GLOBAL_ACCT_EXISTS');
2093: fnd_message.set_token('PAYROLL_DATE',l_end_date);
2094: fnd_msg_pub.add;
2095: psp_message_s.print_error(p_mode=>FND_FILE.log,