DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_VER_NOTE_PKG dependencies on IGS_PS_NOTE_TYPE_PKG

Line 101: IF NOT IGS_PS_NOTE_TYPE_PKG.Get_PK_For_Validation (

97: IF (((old_references.crs_note_type = new_references.crs_note_type)) OR
98: ((new_references.crs_note_type IS NULL))) THEN
99: NULL;
100: ELSE
101: IF NOT IGS_PS_NOTE_TYPE_PKG.Get_PK_For_Validation (
102: new_references.crs_note_type) THEN
103: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
104: IGS_GE_MSG_STACK.ADD;
105: App_Exception.Raise_Exception;