DBA Data[Home] [Help]

APPS.IGS_GR_CRMN_NOTE_PKG dependencies on IGS_GR_NOTE_TYPE_PKG

Line 92: IF NOT IGS_GR_NOTE_TYPE_PKG.Get_PK_For_Validation (

88: IF (((old_references.grd_note_type = new_references.grd_note_type)) OR
89: ((new_references.grd_note_type IS NULL))) THEN
90: NULL;
91: ELSE
92: IF NOT IGS_GR_NOTE_TYPE_PKG.Get_PK_For_Validation (
93: new_references.grd_note_type
94: ) THEN
95: FND_MESSAGE.SET_NAME ('FND', 'FORM_RECORD_DELETED');
96: IGS_GE_MSG_STACK.ADD;