DBA Data[Home] [Help]

APPS.IGS_AD_IMP_018 SQL Statements

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

Line: 29

	SELECT
		application_short_name
	FROM
		fnd_application app, fnd_descriptive_flexs des
	WHERE
		app.application_id = des.application_id AND
		des.descriptive_flexfield_name = p_desc_flex_name;
Line: 122

  SELECT application_short_name
  FROM fnd_application app, fnd_descriptive_flexs des
  WHERE app.application_id = des.application_id AND
	des.descriptive_flexfield_name = p_desc_flex_name;