DBA Data[Home] [Help]

APPS.IGS_PS_RSV_UOP_PRI_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 144: ELSIF NOT igs_lookups_view_pkg.get_pk_for_validation('RESERVE_SEAT_PRIORITY',

140:
141: IF (((old_references.priority_value = new_references.priority_value)) OR
142: ((new_references.priority_value IS NULL))) THEN
143: NULL;
144: ELSIF NOT igs_lookups_view_pkg.get_pk_for_validation('RESERVE_SEAT_PRIORITY',
145: new_references.priority_value) THEN
146: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
147: IGS_GE_MSG_STACK.ADD;
148: App_Exception.Raise_Exception;