DBA Data[Home] [Help]

APPS.IGS_PE_TYP_INSTANCES_PKG dependencies on IGS_PE_PERSON_PKG

Line 468: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (

464:
465: IF (((old_references.person_id = new_references.person_id)) OR
466: ((new_references.person_id IS NULL))) THEN
467: NULL;
468: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (
469: new_references.person_id
470: ) THEN
471: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
472: IGS_GE_MSG_STACK.ADD;