DBA Data[Home] [Help]

APPS.HRI_UTIL SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 163

      SELECT oracle_username
	FROM fnd_oracle_userid WHERE oracle_id
	BETWEEN 900 AND 999 AND read_only_flag = 'U';
Line: 259

 SELECT value into l_dir
 FROM v$parameter where upper(name) = 'UTL_FILE_DIR';