[Home] [Help]
[Dependency Information]
| Object Name: | XTR_IG_JOURNAL_STRUCTURES |
|---|---|
| Object Type: | TABLE |
| Owner: | XTR |
| FND Design Data: | XTR.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XTR_IG_JOURNAL_STRUCTURES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COMPANY_CODE
CPARTY_CODE
CP_CURRENCY
CP_ACCT_NO
|
| 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 |
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;
XTR.XTR_IG_JOURNAL_STRUCTURES does not reference any database object
XTR.XTR_IG_JOURNAL_STRUCTURES is referenced by following:
APPS
XTR_IG_JOURNAL_STRUCTURES
|
|
|
|