DBA Data[Home] [Help]

APPS.IGS_PE_PRSID_GRP_SEC_PKG dependencies on IGS_PE_PERSON_PKG

Line 174: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

170: IF (((old_references.person_id = new_references.person_id)) OR
171: ((new_references.person_id IS NULL))) THEN
172: NULL;
173: ELSE
174: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
175: new_references.person_id ) THEN
176: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
177: IGS_GE_MSG_STACK.ADD;
178: App_Exception.Raise_Exception;