DBA Data[Home] [Help]

APPS.IGS_PS_RSV_USEC_PRI_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

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

122:
123: IF (((old_references.priority_value = new_references.priority_value)) OR
124: ((new_references.priority_value IS NULL))) THEN
125: NULL;
126: ELSIF NOT igs_lookups_view_pkg.get_pk_for_validation('RESERVE_SEAT_PRIORITY',
127: new_references.priority_value) THEN
128: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
129: IGS_GE_MSG_STACK.ADD;
130: App_Exception.Raise_Exception;