DBA Data[Home] [Help]

APPS.IGS_AD_PG_DATA_LOAD dependencies on IGS_AD_GEN_007

Line 195: G_pg_match_person_id := IGS_AD_GEN_007.ADMP_GET_MATCH_PRSN(

191: v_initial := SUBSTR(vtac_gname1,1,1);
192:
193: -- This module attempts to find a person based on surname, birth date,
194: -- sex and first initial
195: G_pg_match_person_id := IGS_AD_GEN_007.ADMP_GET_MATCH_PRSN(
196: vtac_surname,
197: vtac_DateOfBirth, -- format 'DDMMYYYY'
198: vtac_sex,
199: v_initial,