DBA Data[Home] [Help]

APPS.IGS_PE_PRIV_LEVEL_PKG dependencies on IGS_PE_PERSON_PKG

Line 145: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (

141:
142: IF (((old_references.person_id = new_references.person_id)) OR
143: ((new_references.person_id IS NULL))) THEN
144: NULL;
145: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (
146: new_references.person_id
147: ) THEN
148: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
149: IGS_GE_MSG_STACK.ADD;