[Home] [Help]
[Dependency Information]
| Object Name: | XTR_BATCHES |
|---|---|
| Object Type: | TABLE |
| Owner: | XTR |
| FND Design Data: | XTR.XTR_BATCHES
|
| Subobject Name: | |
| Status: | VALID |
This table stores the fundamental information for each batch process.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XTR_BATCHES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COMPANY_CODE
BATCH_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (15) | Yes | Unique identifier for each row of batch data. |
| COMPANY_CODE | VARCHAR2 | (7) | Yes | Specifies which company this batch data belongs to. |
| PERIOD_START | DATE | Yes | The start period of the batch. | |
| PERIOD_END | DATE | Yes | The end period of the batch. | |
| GL_GROUP_ID | NUMBER | (15) | Records the GL group ID if this record which has been transferred to the GL_INTERFACE table. | |
| UPGRADE_BATCH | VARCHAR2 | (1) | This is used to differentiate pre-upgrade batches from post-upgrade batches. Pre-upgrade batches are viewed only batches in Revaluation, Accruals and Journals forms. Valid values : Y for pre-upgrade batches. N or null for post-upgrade batches. | |
| 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. | |
| BATCH_TYPE | VARCHAR2 | (30) | Not currently used | |
| REQUEST_ID | NUMBER | (15) | Identifies the concurrent request that produced the concurrent program. |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, COMPANY_CODE
, PERIOD_START
, PERIOD_END
, GL_GROUP_ID
, UPGRADE_BATCH
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, BATCH_TYPE
, REQUEST_ID
FROM XTR.XTR_BATCHES;
XTR.XTR_BATCHES does not reference any database object
XTR.XTR_BATCHES is referenced by following:
APPS
XTR_BATCHES
|
|
|
|