DBA Data[Home] [Help]

APPS.IGS_EN_TIMESLOT_PREF_PKG dependencies on IGS_EN_TIMESLOT_PRTY_PKG

Line 143: ELSIF NOT igs_en_timeslot_prty_pkg.get_pk_for_validation (

139:
140: IF (((old_references.igs_en_timeslot_prty_id = new_references.igs_en_timeslot_prty_id)) OR
141: ((new_references.igs_en_timeslot_prty_id IS NULL))) THEN
142: NULL;
143: ELSIF NOT igs_en_timeslot_prty_pkg.get_pk_for_validation (
144: new_references.igs_en_timeslot_prty_id
145: ) THEN
146: fnd_message.set_name ('FND','FORM_RECORD_DELETED');
147: igs_ge_msg_stack.add;