DBA Data[Home] [Help]

APPS.IGS_PE_PERS_PREFS_PKG dependencies on IGS_PE_PERSON_PKG

Line 277: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

273: ((new_references.person_id IS NULL))) THEN
274: NULL;
275: ELSE
276:
277: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
278: new_references.person_id) THEN
279: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
280: IGS_GE_MSG_STACK.ADD;
281: App_Exception.Raise_Exception;