[Home] [Help]
[Dependency Information]
| Object Name: | XLA_ACCT_ATTRIBUTES_B |
|---|---|
| Object Type: | TABLE |
| Owner: | XLA |
| FND Design Data: | XLA.XLA_ACCT_ATTRIBUTES_B
|
| 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_ACCT_ATTRIBUTES_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ACCOUNTING_ATTRIBUTE_CODE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACCOUNTING_ATTRIBUTE_CODE | VARCHAR2 | (30) | Yes | Accounting Attribute code |
| DATATYPE_CODE | VARCHAR2 | (30) | Yes | Accounting Attribute data type. Possible values are C (alphanumeric), N (Numeric), or D (Date) |
| JOURNAL_ENTRY_LEVEL_CODE | VARCHAR2 | (30) | Yes | Code to indicate the level of sources that can be mapped to the accounting attribute. The possible values are H (Header Level), L (Line Level), or C (Ledger Currency Level) |
| ASSIGNMENT_EXTENSIBLE_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate if users can define assignments for the accounting attribute in context of an Oracle application. Possible values are Y (Yes) or N (No). |
| ASSIGNMENT_REQUIRED_CODE | VARCHAR2 | (30) | Yes | Indicates if an assignment is mandatory. Possible values are Y (Mandatory) or N (Not mandatory), or G (Mandatory if any accounting attribute for the group is mapped). |
| ASSIGNMENT_GROUP_CODE | VARCHAR2 | (30) | Group code for the accounting attribute | |
| ASSIGNMENT_LEVEL_CODE | VARCHAR2 | (30) | Yes | The level at which the assignments can be made for the accounting attribute. Possible values are EVT_CLASS_ONLY, JLT_ONLY, AAD_ONLY, EVT_CLASS_JLT, EVT_CLASS_AAD |
| 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). | |
| INHERITED_FLAG | VARCHAR2 | (1) | Yes | Decides whether the accounting attribute can be inherited from a prior journal entry. |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ACCOUNTING_ATTRIBUTE_CODE
, DATATYPE_CODE
, JOURNAL_ENTRY_LEVEL_CODE
, ASSIGNMENT_EXTENSIBLE_FLAG
, ASSIGNMENT_REQUIRED_CODE
, ASSIGNMENT_GROUP_CODE
, ASSIGNMENT_LEVEL_CODE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, INHERITED_FLAG
, ZD_EDITION_NAME
FROM XLA.XLA_ACCT_ATTRIBUTES_B;
XLA.XLA_ACCT_ATTRIBUTES_B does not reference any database object
XLA.XLA_ACCT_ATTRIBUTES_B is referenced by following:
XLA
XLA_ACCT_ATTRIBUTES_B#
|
|
|
|