DBA Data[Home] [Help]

APPS.IGS_PS_UNT_OFR_OPT_N_PKG dependencies on IGS_PS_NOTE_TYPE_PKG

Line 185: IF NOT IGS_PS_NOTE_TYPE_PKG.Get_PK_For_Validation (

181: IF (((old_references.crs_note_type = new_references.crs_note_type)) OR
182: ((new_references.crs_note_type IS NULL))) THEN
183: NULL;
184: ELSE
185: IF NOT IGS_PS_NOTE_TYPE_PKG.Get_PK_For_Validation (
186: new_references.crs_note_type) THEN
187: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
188: IGS_GE_MSG_STACK.ADD;
189: App_Exception.Raise_Exception;