DBA Data[Home] [Help]

APPS.FND_IREP_DEFERRED_LOADER dependencies on FND_ORACLE_USERID

Line 284: from fnd_oracle_userid

280: from dual;
281:
282: Select ORACLE_USERNAME
283: into applsys_user
284: from fnd_oracle_userid
285: where oracle_id = 0;
286:
287: -- Populate ad_processed_files_temp table with list of files
288: FND_FILE.NEW_LINE(FND_FILE.LOG);