DBA Data[Home] [Help]

APPS.IGS_EN_VAL_EC SQL Statements

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

Line: 17

  	-- Validate update of the IGS_EN_ENROLMENT_CAT.closed_ind.
  DECLARE
  	v_check		VARCHAR2(1);
Line: 22

  		SELECT	'x'
  		FROM	IGS_EN_CAT_MAPPING
  		WHERE	enrolment_cat = p_enrolment_cat AND
  			dflt_cat_ind = 'Y';