[Home] [Help]
[Dependency Information]
| Object Name: | XDP_ADAPTER_JOB_QUEUE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | XDP.XDP_ADAPTER_JOB_QUEUE_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| JOB_ID | NUMBER | Yes | a unique number for a given NEM job | |
| FE_ID | NUMBER | Yes | Fulfillment Element identifier which the Adapter is an instance of | |
| ORDER_ID | NUMBER | Order identifier which the Adapter Job is belongs to | ||
| WORKITEM_INSTANCE_ID | NUMBER | Work Item instance identifer which the Adapter Job belongs to | ||
| FA_INSTANCE_ID | NUMBER | Fulfillment Action instance identifer which the Adapter Job belongs to | ||
| QUEUED_ON | DATE | Yes | a time stamp which is created when the job is placed in the queue |
Cut, paste (and edit) the following text to query this object:
SELECT JOB_ID
, FE_ID
, ORDER_ID
, WORKITEM_INSTANCE_ID
, FA_INSTANCE_ID
, QUEUED_ON
FROM APPS.XDP_ADAPTER_JOB_QUEUE_V;
APPS
XDP_ADAPTER_JOB_QUEUE
APPS.XDP_ADAPTER_JOB_QUEUE_V is not referenced by any database object
|
|
|
|