DBA Data[Home] [Help]

APPS.IGS_AD_CRED_TYPES_PKG dependencies on IGS_AD_CRED_TYPES_PKG

Line 1: PACKAGE BODY igs_ad_cred_types_pkg AS

1: PACKAGE BODY igs_ad_cred_types_pkg AS
2: /* $Header: IGSAI90B.pls 115.18 2003/10/30 13:16:55 akadam ship $ */
3: l_rowid VARCHAR2(25);
4: old_references igs_ad_cred_types%RowType;
5: new_references igs_ad_cred_types%RowType;

Line 706: END igs_ad_cred_types_pkg;

702: p_action => 'DELETE',
703: x_rowid => X_ROWID
704: );
705: end DELETE_ROW;
706: END igs_ad_cred_types_pkg;