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


TABLE: XTR.XTR_IG_JOURNAL_STRUCTURES

Object Details
Object Name: XTR_IG_JOURNAL_STRUCTURES
Object Type: TABLE
Owner: XTR
FND Design Data: TableXTR.XTR_IG_JOURNAL_STRUCTURES
Subobject Name:
Status: VALID


This table will store the IG journal structures between a company and its subsidiaries and other Intercompany counterparties.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XTR_IG_JOURNAL_STRUCTURES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOMPANY_CODE
ColumnCPARTY_CODE
ColumnCP_CURRENCY
ColumnCP_ACCT_NO
Columns
Name Datatype Length Mandatory Comments
XTR_IG_JOURNAL_STRUCTURE_ID NUMBER
Yes Unique identifier for this table
COMPANY_CODE VARCHAR2 (15) Yes The company code of the main party
CPARTY_CODE VARCHAR2 (15) Yes The company code of the counterparty
PRINCIPAL_GL NUMBER (15)
Code combination id of the GL account for the principal cash flows
INTEREST_GL NUMBER (15)
Code combination id of the GL account for the interest cash flows
CP_CURRENCY VARCHAR2 (15) Yes Currency associated with Counterparty
CP_ACCT_NO VARCHAR2 (20) Yes Account associated with Counterparty
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
CPARTY_ACCT_USE_ID NUMBER (15)
Account associated with counterparty
Query Text

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


SELECT XTR_IG_JOURNAL_STRUCTURE_ID
,      COMPANY_CODE
,      CPARTY_CODE
,      PRINCIPAL_GL
,      INTEREST_GL
,      CP_CURRENCY
,      CP_ACCT_NO
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CPARTY_ACCT_USE_ID
FROM XTR.XTR_IG_JOURNAL_STRUCTURES;

Dependencies

[top of page]

XTR.XTR_IG_JOURNAL_STRUCTURES does not reference any database object

XTR.XTR_IG_JOURNAL_STRUCTURES is referenced by following:

SchemaAPPS
SynonymXTR_IG_JOURNAL_STRUCTURES