DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_FI_INV_WAV_DET

Object Details
Object Name: IGS_FI_INV_WAV_DET
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_FI_INV_WAV_DET
Subobject Name:
Status: VALID


Stores the waiver details of the charges present in the charges table


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_FI_INV_WAV_DET_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINVOICE_ID
ColumnBALANCE_TYPE
ColumnSTART_DT
Columns
Name Datatype Length Mandatory Comments
INVOICE_ID NUMBER (15) Yes Uniquely identifies a charge
BALANCE_TYPE VARCHAR2 (30) Yes Balance Name - System Defined Lookups - STANDARD, FEE, HOLDS, INSTALLMENT, OTHER.
START_DT DATE
Yes The starting date from which the waiver is applicable for a particular charge and balance type combination
END_DT DATE

The last date till which the waiver is applicable for a particular charge and balance type combination
REQUEST_ID NUMBER (15)
Standard Concurrent Process Column
PROGRAM_ID NUMBER (15)
Standard Concurrent Process Column
PROGRAM_APPLICATION_ID NUMBER (15)
Standard Concurrent Process Column
PROGRAM_UPDATE_DATE DATE

Standard Concurrent Process Column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT INVOICE_ID
,      BALANCE_TYPE
,      START_DT
,      END_DT
,      REQUEST_ID
,      PROGRAM_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_FI_INV_WAV_DET;

Dependencies

[top of page]

IGS.IGS_FI_INV_WAV_DET does not reference any database object

IGS.IGS_FI_INV_WAV_DET is referenced by following:

SchemaAPPS
SynonymIGS_FI_INV_WAV_DET