DBA Data[Home] [Help]

APPS.IGS_PS_UOFR_WLST_PRI_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 166: ELSIF NOT igs_lookups_view_pkg.get_pk_for_validation('UNIT_WAITLIST',

162:
163: IF (((old_references.priority_value = new_references.priority_value)) OR
164: ((new_references.priority_value IS NULL))) THEN
165: NULL;
166: ELSIF NOT igs_lookups_view_pkg.get_pk_for_validation('UNIT_WAITLIST',
167: new_references.priority_value) THEN
168: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
169: IGS_GE_MSG_STACK.ADD;
170: App_Exception.Raise_Exception;