[Home] [Help]
[Dependency Information]
Object Name: | XTR_JOURNAL_ENTRY_ACTIONS |
---|---|
Object Type: | TABLE |
Owner: | XTR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
XTR_JOURNAL_ENTRY_ACTIONS contains the journal structure used to create journals in Treasury. Each row corresponds to a combination of company, deal type, deal subtype, product type and portfolio.
This table corresponds to the multi-row block of the Journal Structures tabbed region on the Journal Entry Actions window.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
XTR_JOURNAL_ENTRY_ACTIONS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
XTR_JOURNAL_ENTRY_ACTIONS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
XTR_JOURNAL_ENTRY_ACTIONS_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
XTR_JOURNAL_ENTRY_ACTIONS_N4 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
XTR_JOURNAL_ENTRY_ACTIONS_N5 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
XTR_JOURNAL_ENTRY_ACTIONS_N6 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
XTR_JOURNAL_ENTRY_ACTIONS_N7 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ACTION_CODE | VARCHAR2 | (7) | Code for actions involved in executing deals | |
AMOUNT_TYPE | VARCHAR2 | (7) | Yes | Code that identifies the purpose of the amounts for a deal type |
AUDIT_INDICATOR | VARCHAR2 | (1) | Not currently used | |
COMMENTS | VARCHAR2 | (255) | Comments for the journal entry details | |
COMPANY_CODE | VARCHAR2 | (7) | Yes | Company code |
CREATED_BY | VARCHAR2 | (30) | Yes | User who created this record |
CREATED_ON | DATE | Yes | Date this record was created | |
CREDIT_OR_DEBIT | VARCHAR2 | (2) | Yes | Flag to indicate if a GL account is to be debited (DR) or credited (CR) |
DATE_TYPE | VARCHAR2 | (7) | Yes | Date type tied to specific deal types (for example, accrual, maturity, start, and dealt dates) |
DEAL_SUBTYPE | VARCHAR2 | (7) | Yes | Code for deal executions permissible within a deal type |
DEAL_TYPE | VARCHAR2 | (7) | Yes | Code for high level deals |
GET_PRIN_CCID_FROM_DEAL | VARCHAR2 | (1) | Yes | Flag indicating GL account used should be the principal GL account associated with the intercompany counterparty for the deal (Y), or not (N) |
GET_INT_CCID_FROM_DEAL | VARCHAR2 | (1) | Yes | Flag indicating GL account used should be the interest GL account associated with the intercompany counterparty for the deal (Y), or not (N) |
CODE_COMBINATION_ID | NUMBER | (15) | Comments for the journal entry details | |
GET_GL_FROM_DEAL | VARCHAR2 | (1) | Yes | Flag indicating GL account used should be the one associated with the company's bank account for the deal (Y), or not (N) |
PARTY_GL | VARCHAR2 | (1) | Not currently used | |
PORTFOLIO_CODE | VARCHAR2 | (7) | Code for grouping deals under a single portfolio | |
PRODUCT_TYPE | VARCHAR2 | (10) | Code for products used in a deal type | |
UPDATED_BY | VARCHAR2 | (30) | User who last updated this record | |
UPDATED_ON | DATE | Date this record was last updated | ||
EFFECTIVE_FROM | DATE | Not currently used | ||
EFFECTIVE_TO | DATE | Not currently used |
Cut, paste (and edit) the following text to query this object:
SELECT ACTION_CODE
, AMOUNT_TYPE
, AUDIT_INDICATOR
, COMMENTS
, COMPANY_CODE
, CREATED_BY
, CREATED_ON
, CREDIT_OR_DEBIT
, DATE_TYPE
, DEAL_SUBTYPE
, DEAL_TYPE
, GET_PRIN_CCID_FROM_DEAL
, GET_INT_CCID_FROM_DEAL
, CODE_COMBINATION_ID
, GET_GL_FROM_DEAL
, PARTY_GL
, PORTFOLIO_CODE
, PRODUCT_TYPE
, UPDATED_BY
, UPDATED_ON
, EFFECTIVE_FROM
, EFFECTIVE_TO
FROM XTR.XTR_JOURNAL_ENTRY_ACTIONS;
XTR.XTR_JOURNAL_ENTRY_ACTIONS does not reference any database object
XTR.XTR_JOURNAL_ENTRY_ACTIONS is referenced by following:
|
|
|