DBA Data[Home] [Help]

APPS.IGS_PE_PERS_ENCUMB_PKG dependencies on IGS_PE_PERSON_PKG

Line 499: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

495: IF (((old_references.authorising_person_id = new_references.authorising_person_id)) OR
496: ((new_references.authorising_person_id IS NULL))) THEN
497: NULL;
498: ELSE
499: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
500: new_references.authorising_person_id ) THEN
501: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
502: IGS_GE_MSG_STACK.ADD;
503: App_Exception.Raise_Exception;

Line 511: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

507: IF (((old_references.person_id = new_references.person_id)) OR
508: ((new_references.person_id IS NULL))) THEN
509: NULL;
510: ELSE
511: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
512: new_references.person_id ) THEN
513: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
514: IGS_GE_MSG_STACK.ADD;
515: App_Exception.Raise_Exception;