DBA Data[Home] [Help]

APPS.IGS_PR_VAL_SOPCA SQL Statements

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

Line: 26

  		SELECT	sopc.show_cause_ind
  		FROM	IGS_PR_S_OU_PRG_CONF 		sopc
  		WHERE	sopc.org_unit_cd	= p_org_unit_cd AND
  			sopc.ou_start_dt	= p_ou_start_dt;
Line: 82

  		SELECT	sopc.appeal_ind
  		FROM	IGS_PR_S_OU_PRG_CONF 		sopc
  		WHERE	sopc.org_unit_cd		= p_org_unit_cd AND
  			sopc.ou_start_dt		= p_ou_start_dt;