DBA Data[Home] [Help]

APPS.IGS_AD_VAL_PE SQL Statements

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

Line: 16

             SELECT pe.person_id
	     FROM igs_pe_person_base_v pe   /* Replaced IGS_PE_PERSON with igs_pe_person_base_v Bug 3150054 */
             WHERE pe.person_id = p_person_id AND
		   pe.last_name = p_surname AND
		   pe.birth_date = p_birth_dt;