[Home] [Help]
[Dependency Information]
| Object Name: | BSC_DB_LOADER_CONTROL |
|---|---|
| Object Type: | TABLE |
| Owner: | BSC |
| FND Design Data: | BSC.BSC_DB_LOADER_CONTROL
|
| Subobject Name: | |
| Status: | VALID |
BSC_DB_LOADER_CONTROL stores information about loader process.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BSC_DB_LOADER_CONTROL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PROCESS_ID
INPUT_TABLE_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROCESS_ID | NUMBER | Yes | Process identifier | |
| INPUT_TABLE_NAME | VARCHAR2 | (30) | Yes | Input table name |
| STATUS | VARCHAR2 | (1) | Process status | |
| ERROR_CODE | VARCHAR2 | (25) | Error code | |
| STAGE | VARCHAR2 | (1) | Stage | |
| LAST_STAGE_FLAG | NUMBER | (1) | Last executed stage |
Cut, paste (and edit) the following text to query this object:
SELECT PROCESS_ID
, INPUT_TABLE_NAME
, STATUS
, ERROR_CODE
, STAGE
, LAST_STAGE_FLAG
FROM BSC.BSC_DB_LOADER_CONTROL;
BSC.BSC_DB_LOADER_CONTROL does not reference any database object
BSC.BSC_DB_LOADER_CONTROL is referenced by following:
APPS
BSC_DB_LOADER_CONTROL
|
|
|
|