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


TABLE: IGS.IGS_FI_OTC_CHARGES

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


Contains information on the charges(of type external) that are created at the time of receipt creation.Provides a repository of all charges that are tied to the receipt, if any, that were created when the student pays over the counter.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_FI_OTC_CHARGES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOTC_CHARGE_ID
IGS_FI_OTC_CHARGES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCREDIT_ID
ColumnINVOICE_ID
Columns
Name Datatype Length Mandatory Comments
OTC_CHARGE_ID NUMBER (15) Yes OTC receipt charge id
INVOICE_ID NUMBER (15) Yes Charge id or Invoice id
CREDIT_ID NUMBER (15) Yes Credit id
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
CREATED_BY NUMBER (15) Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
Query Text

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


SELECT OTC_CHARGE_ID
,      INVOICE_ID
,      CREDIT_ID
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM IGS.IGS_FI_OTC_CHARGES;

Dependencies

[top of page]

IGS.IGS_FI_OTC_CHARGES does not reference any database object

IGS.IGS_FI_OTC_CHARGES is referenced by following:

SchemaAPPS
SynonymIGS_FI_OTC_CHARGES