DBA Data[Home] [Help]

APPS.IGS_AS_ENTRY_CONF_PKG dependencies on IGS_AS_ENTRY_CONF_PKG

Line 1: PACKAGE BODY igs_as_entry_conf_pkg AS

1: PACKAGE BODY igs_as_entry_conf_pkg AS
2: /* $Header: IGSDI46B.pls 115.11 2003/12/05 11:02:13 kdande ship $ */
3: l_rowid VARCHAR2 (25);
4: old_references igs_as_entry_conf%ROWTYPE;
5: new_references igs_as_entry_conf%ROWTYPE;

Line 995: END igs_as_entry_conf_pkg;

991: IF (SQL%NOTFOUND) THEN
992: RAISE NO_DATA_FOUND;
993: END IF;
994: END delete_row;
995: END igs_as_entry_conf_pkg;