DBA Data[Home] [Help]

APPS.IGS_OR_ORG_NOTE_TYPE_PKG dependencies on IGS_OR_ORG_NOTE_TYPE_PKG

Line 1: PACKAGE BODY igs_or_org_note_type_pkg AS

1: PACKAGE BODY igs_or_org_note_type_pkg AS
2: /* $Header: IGSOI17B.pls 120.0 2005/06/01 12:57:41 appldev noship $ */
3: l_rowid VARCHAR2(25);
4: old_references igs_or_org_note_type%RowType;
5: new_references igs_or_org_note_type%RowType;

Line 603: END igs_or_org_note_type_pkg;

599: p_action => 'DELETE',
600: x_rowid => X_ROWID
601: );
602: end DELETE_ROW;
603: END igs_or_org_note_type_pkg;