DBA Data[Home] [Help]

APPS.XTR_RISK_DEBUG_PKG SQL Statements

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

Line: 211

  SELECT profile_option_value
  INTO 	 v_value
  FROM	 fnd_profile_options fpo,
	 fnd_profile_option_values fpov
  WHERE  fpo.profile_option_id = fpov.profile_option_id and
	 fpo.profile_option_name = 'XTR: CONCURRENT PROGRAM DEBUG' and
	 fpov.level_value = FND_GLOBAL.USER_ID;