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


TABLE: IGS.IGS_FI_BILL_TRNSCTNS

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


IGS_FI_TRNSCTNS is the relation where the transactions recorded against a Bill are stored. This relation has a mapping to the Bill Header table as it stores the detail information against the header records. The transaction recorded in this table are referenced from two other tables. One, is the charges table where all the charges are stored and other is the credit activities table where the credit and their reversal information is stored. This is reflected by the presence of a mutually exclusive foreign key relationship on these tables.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_FI_BILL_TRNSCTNS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_ID
IGS_FI_BILL_TRNSCTNS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_TYPE
ColumnINVOICE_CREDITACT_ID
Columns
Name Datatype Length Mandatory Comments
TRANSACTION_ID NUMBER
Yes Transaction Identifier. Sequence generated number acts a Primary Key.
BILL_ID NUMBER
Yes Reference Bill ID for which the transactions details are being recorded.
TRANSACTION_TYPE VARCHAR2 (1) Yes Identified whether it is a Charge or Credit transaction. Charge is represented by 'D' and Credit by 'C'
INVOICE_CREDITACT_ID NUMBER (15) Yes The referenced ID for the transaction from the Charges table or Credit Activities table.
TRANSACTION_DATE DATE
Yes The Date of the transaction. Will be effective date for a Credit and the transaction date for a Charge.
TRANSACTION_NUMBER VARCHAR2 (60)
The transaction number from the Charges or Credits table.
FEE_CREDIT_TYPE VARCHAR2 (60) Yes The Type of a Charge or Credit.
TRANSACTION_DESCRIPTION VARCHAR2 (2000)
The Description of the Charge of Credit
TRANSACTION_AMOUNT NUMBER
Yes The amount of the Transaction (charge or credit)
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
REQUEST_ID NUMBER (15)
Standard Concurrent Request WHO Column
PROGRAM_APPLICATION_ID NUMBER (15)
Standard Concurrent Request WHO Column
PROGRAM_ID NUMBER (15)
Standard Concurrent Request WHO Column
PROGRAM_UPDATE_DATE DATE

Standard Concurrent Request WHO Column
Query Text

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


SELECT TRANSACTION_ID
,      BILL_ID
,      TRANSACTION_TYPE
,      INVOICE_CREDITACT_ID
,      TRANSACTION_DATE
,      TRANSACTION_NUMBER
,      FEE_CREDIT_TYPE
,      TRANSACTION_DESCRIPTION
,      TRANSACTION_AMOUNT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM IGS.IGS_FI_BILL_TRNSCTNS;

Dependencies

[top of page]

IGS.IGS_FI_BILL_TRNSCTNS does not reference any database object

IGS.IGS_FI_BILL_TRNSCTNS is referenced by following:

SchemaAPPS
SynonymIGS_FI_BILL_TRNSCTNS