[Home] [Help]
[Dependency Information]
| Object Name: | JA_CN_COA_NA_EXCEPTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | JA |
| FND Design Data: | JA.JA_CN_COA_NA_EXCEPTIONS
|
| Subobject Name: | |
| Status: | VALID |
The table 'JA_CN_COA_NA_EXCEPTIONS' stores natural accounts with invalid length. Each row includes column ACCOUNT_SEGMENT, which can identify one natural account.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JA_CN_COA_NA_EXCEPTIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ACCOUNT_SEGMENT
NA_REQUEST_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACCOUNT_SEGMENT | VARCHAR2 | (150) | Yes | Natural account segment from the account flexfield |
| ACCOUNT_LEVEL | NUMBER | (15) | Yes | Level of the account |
| VALUE_LENGTH | NUMBER | (15) | Yes | Value length |
| EXPECTED_LENGTH | NUMBER | (15) | Yes | Expected value length configured in the system option form |
| ACCOUNT_STRUCTURE | VARCHAR2 | (2000) | Yes | Combined values of CNAO account segments |
| NA_REQUEST_ID | NUMBER | (15) | Yes | The Identifier of request which adds the rows into the table |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT ACCOUNT_SEGMENT
, ACCOUNT_LEVEL
, VALUE_LENGTH
, EXPECTED_LENGTH
, ACCOUNT_STRUCTURE
, NA_REQUEST_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM JA.JA_CN_COA_NA_EXCEPTIONS;
JA.JA_CN_COA_NA_EXCEPTIONS does not reference any database object
JA.JA_CN_COA_NA_EXCEPTIONS is referenced by following:
JA
JA_CN_COA_NA_EXCEPTIONS#
|
|
|
|