DBA Data[Home] [Help]

APPS.IGS_PS_USO_CLAS_MEET_PKG dependencies on IGS_PS_UNIT_OFR_OPT_PKG

Line 122: ELSIF NOT igs_ps_unit_ofr_opt_pkg.get_uk_for_validation(

118:
119: IF (((old_references.uoo_id = new_references.uoo_id)) OR
120: ((new_references.uoo_id IS NULL))) THEN
121: NULL;
122: ELSIF NOT igs_ps_unit_ofr_opt_pkg.get_uk_for_validation(
123: new_references.uoo_id) THEN
124: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
125: igs_ge_msg_stack.add;
126: app_exception.raise_exception;