DBA Data[Home] [Help]

APPS.IGS_EN_VAL_IV SQL Statements

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

Line: 87

  		SELECT	enabled_flag
  		FROM 	fnd_lookup_values
  		WHERE   lookup_type = 'PER_US_VISA_TYPES'
                AND     view_application_id = 3
		AND     security_group_id = 0
		AND     language = USERENV('LANG')
                AND     lookup_code = p_visa_type;