DBA Data[Home] [Help]

APPS.IGS_AD_IMP_NEAR_MTCH_PKG dependencies on IGS_PE_PERSON_ID_TYP_PKG

Line 153: ELSIF NOT Igs_Pe_Person_Id_Typ_Pkg.Get_PK_For_Validation (

149:
150: IF (((old_references.person_id_type = new_references.person_id_type)) OR
151: ((new_references.person_id_type IS NULL))) THEN
152: NULL;
153: ELSIF NOT Igs_Pe_Person_Id_Typ_Pkg.Get_PK_For_Validation (
154: new_references.person_id_type
155: ) THEN
156: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
157: IGS_GE_MSG_STACK.ADD;