DBA Data[Home] [Help]

APPS.IGS_CO_VAL_CC SQL Statements

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

Line: 11

  	-- Validate update of the IGS_CO_CAT.closed_ind.
  DECLARE
  	v_check		CHAR;
Line: 16

  		SELECT	'x'
  		FROM	IGS_CO_CAT_MAP
  		WHERE	correspondence_cat = p_correspondence_cat AND
  			dflt_cat_ind = 'Y';