DBA Data[Home] [Help]

APPS.IGS_PE_EV_FORM_PKG dependencies on IGS_PE_PERSON_PKG

Line 268: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (

264: BEGIN
265: IF (((old_references.person_id = new_references.person_id)) OR
266: ((new_references.person_id IS NULL))) THEN
267: NULL;
268: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (
269: new_references.person_id
270: ) THEN
271: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
272: IGS_GE_MSG_STACK.ADD;