[Home] [Help]
[Dependency Information]
| Object Name: | XLA_EVENT_CLASS_ATTRS |
|---|---|
| Object Type: | TABLE |
| Owner: | XLA |
| FND Design Data: | XLA.XLA_EVENT_CLASS_ATTRS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XLA_EVENT_CLASS_ATTRS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
ENTITY_CODE
EVENT_CLASS_CODE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | Internal id of the application |
| ENTITY_CODE | VARCHAR2 | (30) | Yes | Entity code |
| EVENT_CLASS_CODE | VARCHAR2 | (30) | Yes | Event class code |
| EVENT_CLASS_GROUP_CODE | VARCHAR2 | (30) | Yes | |
| JE_CATEGORY_NAME | VARCHAR2 | (25) | Yes | General Ledger transfer category |
| REPORTING_VIEW_NAME | VARCHAR2 | (30) | Table or view Table Name used for reporting | |
| ALLOW_ACTUALS_FLAG | VARCHAR2 | (1) | Yes | Indicates if actual entries are allowed for the event class. |
| ALLOW_BUDGETS_FLAG | VARCHAR2 | (1) | Yes | Indicates if budgetl entries are allowed for the event class. |
| ALLOW_ENCUMBRANCE_FLAG | VARCHAR2 | (1) | Yes | Indicates if encumbrance entries are allowed for the event class. |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| CALCULATE_ACCTD_AMTS_FLAG | VARCHAR2 | (1) | Yes | Indicates whether the accounting program must calculate the accounted amounts for the event class. The possible values are Y-Calcaulated accounted amountsN - Do not calculate accounted amounts |
| CALCULATE_G_L_AMTS_FLAG | VARCHAR2 | (1) | Yes | Indicates whether the accounting program must calculate gain or loss amounts for the event class. The possible values are Y- Calculate Gain/Loss amounts.N- Do not calculate Gain/Loss amounts. |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, ENTITY_CODE
, EVENT_CLASS_CODE
, EVENT_CLASS_GROUP_CODE
, JE_CATEGORY_NAME
, REPORTING_VIEW_NAME
, ALLOW_ACTUALS_FLAG
, ALLOW_BUDGETS_FLAG
, ALLOW_ENCUMBRANCE_FLAG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CALCULATE_ACCTD_AMTS_FLAG
, CALCULATE_G_L_AMTS_FLAG
, ZD_EDITION_NAME
FROM XLA.XLA_EVENT_CLASS_ATTRS;
XLA.XLA_EVENT_CLASS_ATTRS does not reference any database object
XLA.XLA_EVENT_CLASS_ATTRS is referenced by following:
XLA
XLA_EVENT_CLASS_ATTRS#
|
|
|
|