DBA Data[Home] [Help] [Dependency Information]


TABLE: BNE.BNE_ASYNC_UPLOAD_JOBS_H

Object Details
Object Name: BNE_ASYNC_UPLOAD_JOBS_H
Object Type: TABLE
Owner: BNE
FND Design Data: TableBNE.BNE_ASYNC_UPLOAD_JOBS_H
Subobject Name:
Status: VALID


Bne_ASYNC_UPLOAD_JOBS provides storage of upload Jobs. There will be 1 row per Job.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BNE_ASYNC_UPLOAD_H_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnJOB_ID
ColumnACTION_NUM
Columns
Name Datatype Length Mandatory Comments
JOB_ID NUMBER
Yes Asynchronous Job identifier.
ACTION_NUM NUMBER
Yes Line Number of history row
OBJECT_VERSION_NUMBER NUMBER (15) Yes Object Version Number
ACTION_CODE VARCHAR2 (30) Yes Type of action this row is for. Will determine the contents of other fields.
UPLOAD_STATE VARCHAR2 (30)
Current upload state of the upload job.
TRANSACTION_REFERENCE1 VARCHAR2 (30)
Transaction reference to a transaction for failure support.
TRANSACTION_REFERENCE2 VARCHAR2 (30)
Transaction start date for a transaction for failure support.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated 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_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT JOB_ID
,      ACTION_NUM
,      OBJECT_VERSION_NUMBER
,      ACTION_CODE
,      UPLOAD_STATE
,      TRANSACTION_REFERENCE1
,      TRANSACTION_REFERENCE2
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM BNE.BNE_ASYNC_UPLOAD_JOBS_H;

Dependencies

[top of page]

BNE.BNE_ASYNC_UPLOAD_JOBS_H does not reference any database object

BNE.BNE_ASYNC_UPLOAD_JOBS_H is referenced by following:

SchemaBNE
ViewBNE_ASYNC_UPLOAD_JOBS_H#