DBA Data[Home] [Help]

APPS.FND_FILE dependencies on FND_TEMP_FILES_S

Line 126: select lpad(to_char(fnd_temp_files_s.nextval), 7, '0')

122:
123: exception
124: when OTHERS then
125: if (Sql%NotFound) then
126: select lpad(to_char(fnd_temp_files_s.nextval), 7, '0')
127: into BASE
128: from sys.dual;
129: end if;
130: