DBA Data[Home] [Help]

APPS.IGS_AD_GRD_DATA_LOAD dependencies on IGS_AD_GEN_007

Line 185: G_match_person_id := IGS_AD_GEN_007.ADMP_GET_MATCH_PRSN(

181: v_initial := SUBSTR(vtac_gname1,1,1);
182:
183: -- admp_get_match_prsn module attempts to find a person based on surname,
184: -- birth date, sex and first initial.
185: G_match_person_id := IGS_AD_GEN_007.ADMP_GET_MATCH_PRSN(
186: vtac_surname,
187: vtac_DateOfBirth, -- format 'DDMMYYYY'
188: vtac_sex,
189: v_initial,