DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_OFR_NOTE_PKG dependencies on IGS_PS_NOTE_TYPE_PKG

Line 115: IF NOT IGS_PS_NOTE_TYPE_PKG.Get_PK_For_Validation (

111: IF (((old_references.crs_note_type = new_references.crs_note_type)) OR
112: ((new_references.crs_note_type IS NULL))) THEN
113: NULL;
114: ELSE
115: IF NOT IGS_PS_NOTE_TYPE_PKG.Get_PK_For_Validation (
116: new_references.crs_note_type) THEN
117: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
118: IGS_GE_MSG_STACK.ADD;
119: App_Exception.Raise_Exception;