DBA Data[Home] [Help]

APPS.HR_HRHD_INITIAL_LOAD dependencies on FND_PROFILE

Line 150: fnd_profile.get('UTL_FILE_OUT', l_file_path);

146: FND_FILE.put_line(fnd_file.log,'Total number_of_files = '||number_of_files);
147: if (r > 1) then
148: FND_FILE.put_line(fnd_file.log,'Total Number of Records = '||r);
149: end if;
150: fnd_profile.get('UTL_FILE_OUT', l_file_path);
151: FND_FILE.put_line(fnd_file.log,'File Path = '||l_file_path);
152: l_file_name_part := fnd_global.conc_request_id;
153: FND_FILE.put_line(fnd_file.log,'File names start with : '||l_file_name_part);
154: if (l_file_path is not null)

Line 337: fnd_profile.get('UTL_FILE_OUT', l_file_path);

333: FND_FILE.put_line(fnd_file.log,'Total number_of_files = '||number_of_files);
334: if (r > 1) then
335: FND_FILE.put_line(fnd_file.log,'Total Number of Records = '||r);
336: end if;
337: fnd_profile.get('UTL_FILE_OUT', l_file_path);
338: FND_FILE.put_line(fnd_file.log,'File Path = '||l_file_path);
339: l_file_name_part := fnd_global.conc_request_id;
340: FND_FILE.put_line(fnd_file.log,'File names start with : '||l_file_name_part);
341: if (l_file_path is not null)

Line 536: fnd_profile.get('UTL_FILE_OUT', l_file_path);

532: FND_FILE.put_line(fnd_file.log,'Total number_of_files = '||number_of_files);
533: if (r > 1) then
534: FND_FILE.put_line(fnd_file.log,'Total Number of Records = '||r);
535: end if;
536: fnd_profile.get('UTL_FILE_OUT', l_file_path);
537: FND_FILE.put_line(fnd_file.log,'File Path = '||l_file_path);
538: l_file_name_part := fnd_global.conc_request_id;
539: FND_FILE.put_line(fnd_file.log,'File names start with : '||l_file_name_part);
540: if (l_file_path is not null)

Line 729: fnd_profile.get('UTL_FILE_OUT', l_file_path);

725: FND_FILE.put_line(fnd_file.log,'Total number_of_files = '||number_of_files);
726: if (r > 1) then
727: FND_FILE.put_line(fnd_file.log,'Total Number of Records = '||r);
728: end if;
729: fnd_profile.get('UTL_FILE_OUT', l_file_path);
730: FND_FILE.put_line(fnd_file.log,'File Path = '||l_file_path);
731: l_file_name_part := fnd_global.conc_request_id;
732: FND_FILE.put_line(fnd_file.log,'File names start with : '||l_file_name_part);
733: if (l_file_path is not null)

Line 1006: fnd_profile.get('UTL_FILE_OUT', l_file_path);

1002: FND_FILE.put_line(fnd_file.log,'Total number_of_files = '||number_of_files);
1003: if (r > 1) then
1004: FND_FILE.put_line(fnd_file.log,'Total Number of Records = '||r);
1005: end if;
1006: fnd_profile.get('UTL_FILE_OUT', l_file_path);
1007: FND_FILE.put_line(fnd_file.log,'File Path = '||l_file_path);
1008: l_file_name_part := fnd_global.conc_request_id;
1009: FND_FILE.put_line(fnd_file.log,'File names start with : '||l_file_name_part);
1010: if (l_file_path is not null)