DBA Data[Home] [Help]

APPS.ECE_SPSO_TRANS2 dependencies on FND_FILE

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

88: -- BUG 14733044: if cusor in ece_spso_trans1.Put_Data_To_Output_Table()
89: -- retrieve no data, roll back to this savepoint
90: savepoint PSSAPI2;
91:
92: -- This sets up temporary files for FND_FILE to write.
93: -- These are only used if the program is run from SQL*Plus.
94: xProgress := 'SPSO2B-10-0110';
95: fnd_file.put_names('spso_log.tmp','spso_out.tmp',cOutput_path);
96:

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

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

>
98: xProgress := 'SPSO2B-10-1000';
99: FOR rec_hdr IN sch_hdr_c LOOP