DBA Data[Home] [Help]

APPS.ECE_SPSO_TRANS2 dependencies on FND_FILE

Line 87: -- This sets up temporary files for FND_FILE to write.

83: cOutput_path);
84: EC_DEBUG.PL(3, 'cOutput_path: ',cOutput_path);
85:
86:
87: -- This sets up temporary files for FND_FILE to write.
88: -- These are only used if the program is run from SQL*Plus.
89: xProgress := 'SPSO2B-10-0110';
90: fnd_file.put_names('spso_log.tmp','spso_out.tmp',cOutput_path);
91:

Line 90: fnd_file.put_names('spso_log.tmp','spso_out.tmp',cOutput_path);

86:
87: -- This sets up temporary files for FND_FILE to write.
88: -- These are only used if the program is run from SQL*Plus.
89: xProgress := 'SPSO2B-10-0110';
90: fnd_file.put_names('spso_log.tmp','spso_out.tmp',cOutput_path);
91:
92: <

>
93: xProgress := 'SPSO2B-10-1000';
94: FOR rec_hdr IN sch_hdr_c LOOP