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


TABLE: XDP.XDP_ADAPTER_JOB_QUEUE

Object Details
Object Name: XDP_ADAPTER_JOB_QUEUE
Object Type: TABLE
Owner: XDP
FND Design Data: TableXDP.XDP_ADAPTER_JOB_QUEUE
Subobject Name:
Status: VALID


XDP_ADAPTER_JOB_QUEUE is used as an internal queue table. When the Fulfillment Action(FA) workflow tries to execute a fulfillment procedure(FP) for provisioning a fulfillment element(FE), the workflow has to
first allocate a free adapter for the target FE. If all the adapters are busy, the workflow will
register itself in this queue table and suspend itself. When the adapter becomes available, the workflow will be notified and the adapter channel name will be passed to the workflow as it resumes its normal process.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XDP_ADAPTER_JOB_QUEUE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnJOB_ID
XDP_ADAPTER_JOB_QUEUE_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnWF_ITEM_TYPE
ColumnWF_ITEM_KEY
Columns
Name Datatype Length Mandatory Comments
JOB_ID NUMBER
Yes A unique number for a given NEM job
FE_ID NUMBER
Yes Name of the network element
QUEUED_ON DATE
Yes Timestamp which is created when the job is placed in the queue
WF_ITEM_TYPE VARCHAR2 (8) Yes Item type of the workflow to which this job belongs
WF_ITEM_KEY VARCHAR2 (240) Yes Item key of the workflow to which this job belongs
CHANNEL_USAGE_CODE VARCHAR2 (40) Yes Internal code representing the use of the Adapter Channel
WF_ACTIVITY_NAME VARCHAR2 (40)
Activity Name of the workflow to which this job belongs
ORDER_ID NUMBER

Order identifier to which the Adapter Job belongs
WORKITEM_INSTANCE_ID NUMBER

Work Item instance identifer which the Adapter Job belongs to
FA_INSTANCE_ID NUMBER

Fulfillment Action instance identifer to which the Adapter Job belongs
ERROR_REF_ID NUMBER

Error Message identifier for the Adapter Request
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
SECURITY_GROUP_ID NUMBER

Used in hosted environments
SYSTEM_HOLD VARCHAR2 (1) Yes Flag to indicate whether Adapter should process the job or not.
Query Text

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


SELECT JOB_ID
,      FE_ID
,      QUEUED_ON
,      WF_ITEM_TYPE
,      WF_ITEM_KEY
,      CHANNEL_USAGE_CODE
,      WF_ACTIVITY_NAME
,      ORDER_ID
,      WORKITEM_INSTANCE_ID
,      FA_INSTANCE_ID
,      ERROR_REF_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      SYSTEM_HOLD
FROM XDP.XDP_ADAPTER_JOB_QUEUE;

Dependencies

[top of page]

XDP.XDP_ADAPTER_JOB_QUEUE does not reference any database object

XDP.XDP_ADAPTER_JOB_QUEUE is referenced by following:

SchemaAPPS
SynonymXDP_ADAPTER_JOB_QUEUE