DBA Data[Home] [Help]

APPS.PAY_NL_EOY_PKG dependencies on FND_GLOBAL

Line 1184: REPLACE(REPLACE(sqlerrm,fnd_global.local_CHR(10),fnd_global.local_CHR(10)||rpad(' ',47,' ')),fnd_global.local_CHR(13),' ');

1180: tab_exceptions(exceptions_count) :=
1181: rpad(substr(l_asg_details.assignment_number,1,20),22,' ') ||
1182: rpad(substr(l_asg_details.assignment_id,1,10),12,' ') ||
1183: rpad(to_char(l_asg_details.effective_end_date,'DD-Mon-YYYY'),13,' ') ||
1184: REPLACE(REPLACE(sqlerrm,fnd_global.local_CHR(10),fnd_global.local_CHR(10)||rpad(' ',47,' ')),fnd_global.local_CHR(13),' ');
1185: --12608988 End
1186:
1187: end;
1188: end loop;

Line 1207: FND_FILE.PUT_LINE(fnd_file.output,fnd_global.local_CHR(10));

1203: rpad(hr_general.decode_lookup('NL_FORM_LABELS','WR_EXCEPTION'),133,' '));
1204: FND_FILE.PUT_LINE(fnd_file.output,rpad('-',180,'-'));
1205: FOR i in 1 .. exceptions_count LOOP
1206: FND_FILE.PUT_LINE(fnd_file.output,tab_exceptions(i));
1207: FND_FILE.PUT_LINE(fnd_file.output,fnd_global.local_CHR(10));
1208: END LOOP;
1209: FND_FILE.PUT_LINE(fnd_file.output,rpad('-',180,'-'));
1210: --
1211: ELSE