DBA Data[Home] [Help]

APPS.IGS_FI_FEE_STR_STAT_PKG dependencies on IGS_FI_FEE_STR_STAT_PKG

Line 1: package body IGS_FI_FEE_STR_STAT_PKG AS

1: package body IGS_FI_FEE_STR_STAT_PKG AS
2: /* $Header: IGSSI35B.pls 115.4 2002/11/29 03:45:04 nsidana ship $*/
3: l_rowid VARCHAR2(25);
4: old_references IGS_FI_FEE_STR_STAT%RowType;
5: new_references IGS_FI_FEE_STR_STAT%RowType;

Line 404: end IGS_FI_FEE_STR_STAT_PKG;

400: if (sql%notfound) then
401: raise no_data_found;
402: end if;
403: end DELETE_ROW;
404: end IGS_FI_FEE_STR_STAT_PKG;