DBA Data[Home] [Help]

APPS.IGS_PS_VER_NOTE_PKG dependencies on IGS_PS_NOTE_TYPE_PKG

Line 102: IF NOT IGS_PS_NOTE_TYPE_PKG.Get_PK_For_Validation (

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