DBA Data[Home] [Help]

APPS.IGS_EN_TIMESLOT_RSLT_PKG dependencies on IGS_EN_TIMESLOT_PARA_PKG

Line 78: ELSIF NOT igs_en_timeslot_para_pkg.get_pk_for_validation (

74: BEGIN
75: IF (((old_references.igs_en_timeslot_para_id = new_references.igs_en_timeslot_para_id)) OR
76: ((new_references.igs_en_timeslot_para_id IS NULL))) THEN
77: NULL;
78: ELSIF NOT igs_en_timeslot_para_pkg.get_pk_for_validation (
79: new_references.igs_en_timeslot_para_id
80: ) THEN
81: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
82: igs_ge_msg_stack.add;