DBA Data[Home] [Help]

APPS.EAM_ASSET_NUM_IMPORT_PVT dependencies on FND_FILE

Line 61: fnd_file.put_line(FND_FILE.LOG, 'Waiting for all the workers to complete.');

57:
58: RETCODE := 'Success';
59:
60: while FND_CONCURRENT.CHILDREN_DONE(Interval => 20, Max_Wait => 120) = FALSE loop
61: fnd_file.put_line(FND_FILE.LOG, 'Waiting for all the workers to complete.');
62: end loop;
63:
64: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('NORMAL',Current_Error_Code);
65: elsif l_retcode = 3 then