DBA Data[Home] [Help]

APPS.IGS_EN_TIMESLOT_PREF_PKG dependencies on IGS_EN_TIMESLOT_PREF_PKG

Line 1: PACKAGE BODY igs_en_timeslot_pref_pkg AS

1: PACKAGE BODY igs_en_timeslot_pref_pkg AS
2: /* $Header: IGSEI40B.pls 115.10 2003/02/24 11:02:51 npalanis ship $ */
3: l_rowid VARCHAR2(25);
4: old_references igs_en_timeslot_pref%ROWTYPE;
5: new_references igs_en_timeslot_pref%ROWTYPE;

Line 726: END igs_en_timeslot_pref_pkg;

722: p_action => 'DELETE',
723: x_rowid => X_ROWID
724: );
725: END delete_row;
726: END igs_en_timeslot_pref_pkg;