DBA Data[Home] [Help]

APPS.IGS_EN_TIMESLOT_PRTY_PKG dependencies on IGS_EN_TIMESLOT_STUP_PKG

Line 137: ELSIF NOT igs_en_timeslot_stup_pkg.get_pk_for_validation (

133:
134: IF (((old_references.igs_en_timeslot_stup_id = new_references.igs_en_timeslot_stup_id)) OR
135: ((new_references.igs_en_timeslot_stup_id IS NULL))) THEN
136: NULL;
137: ELSIF NOT igs_en_timeslot_stup_pkg.get_pk_for_validation (
138: new_references.igs_en_timeslot_stup_id
139: ) THEN
140: fnd_message.set_name ('FND','FORM_RECORD_DELETED');
141: igs_ge_msg_stack.add;