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


VIEW: APPS.XDP_ADAPTER_JOB_QUEUE_V

Object Details
Object Name: XDP_ADAPTER_JOB_QUEUE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewXDP.XDP_ADAPTER_JOB_QUEUE_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.XDP_ADAPTER_JOB_QUEUE_V references the following:

SchemaAPPS
SynonymXDP_ADAPTER_JOB_QUEUE

APPS.XDP_ADAPTER_JOB_QUEUE_V is not referenced by any database object