DBA Data[Home] [Help]

APPS.IGS_PE_DUP_PAIRS_PKG dependencies on IGS_PE_DUP_PAIRS_PKG

Line 1: PACKAGE BODY igs_pe_dup_pairs_pkg AS

1: PACKAGE BODY igs_pe_dup_pairs_pkg AS
2: /* $Header: IGSNI68B.pls 115.9 2002/11/29 01:29:17 nsidana ship $ */
3: l_rowid VARCHAR2(25);
4: old_references IGS_PE_DUP_PAIRS_ALL%RowType;
5: new_references IGS_PE_DUP_PAIRS_ALL%RowType;

Line 775: END igs_pe_dup_pairs_pkg;

771: p_action => 'DELETE',
772: x_rowid => X_ROWID
773: );
774: end DELETE_ROW;
775: END igs_pe_dup_pairs_pkg;