DBA Data[Home] [Help]

APPS.IGS_SC_PER_ATTR_VALS_PKG dependencies on IGS_PE_PERSON_PKG

Line 79: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

75: IF (((old_references.person_id = new_references.person_id)) OR
76: ((new_references.person_id IS NULL))) THEN
77: NULL;
78: ELSE
79: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
80: new_references.person_id ) THEN
81: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
82: IGS_GE_MSG_STACK.ADD;
83: App_Exception.Raise_Exception;