[Home] [Help]
[Dependency Information]
| Object Name: | BIL_BI_WORKER_JOBS |
|---|---|
| Object Type: | TABLE |
| Owner: | BIL |
| FND Design Data: | BIL.BIL_BI_WORKER_JOBS
|
| 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_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BIL_BI_WORKER_JOBS_U1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
OBJECT_NAME
WORKER_NUMBER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJECT_NAME | VARCHAR2 | (240) | Yes | Name of the table that the conc. program inserts data into |
| START_RANGE | NUMBER | Yes | Start of the range of id's processed by this worker | |
| END_RANGE | NUMBER | Yes | End of the range of id's processed by this worker | |
| WORKER_NUMBER | NUMBER | Yes | Identifier of the worker | |
| STATUS | VARCHAR2 | (30) | Worker status | |
| SECURITY_GROUP_ID | NUMBER | Obsolete. Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_NAME
, START_RANGE
, END_RANGE
, WORKER_NUMBER
, STATUS
, SECURITY_GROUP_ID
FROM BIL.BIL_BI_WORKER_JOBS;
BIL.BIL_BI_WORKER_JOBS does not reference any database object
BIL.BIL_BI_WORKER_JOBS is referenced by following:
APPS
BIL_BI_WORKER_JOBS
|
|
|
|