DBA Data[Home] [Help]

APPS.IGS_GE_NOTE_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 88: IF NOT IGS_LOOKUPS_view_Pkg.Get_PK_For_Validation (

84: IF (((old_references.s_note_format_type = new_references.s_note_format_type)) OR
85: ((new_references.s_note_format_type IS NULL))) THEN
86: NULL;
87: ELSE
88: IF NOT IGS_LOOKUPS_view_Pkg.Get_PK_For_Validation (
89: 'NOTE_FORMAT_TYPE',
90: new_references.s_note_format_type
91: ) THEN
92: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');