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


VIEW: APPS.XDP_ADAPTER_SUMMARY_V

Object Details
Object Name: XDP_ADAPTER_SUMMARY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewXDP.XDP_ADAPTER_SUMMARY_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
FE_ID NUMBER
Yes Fulfillment Element identifier
FE_NAME VARCHAR2 (40) Yes Name of the Fulfillment Element
DISPLAY_NAME VARCHAR2 (80) Yes Display Name of the Fulfillment Element
NUM_OF_ADAPTERS NUMBER

Total count of the number of Adapters which have been defined for the Fulfillment Element
NUM_OF_JOBS NUMBER

Total count of the number of jobs which are currently queued for the Fulfillment Element
Query Text

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


SELECT FE_ID
,      FE_NAME
,      DISPLAY_NAME
,      NUM_OF_ADAPTERS
,      NUM_OF_JOBS
FROM APPS.XDP_ADAPTER_SUMMARY_V;

Dependencies

[top of page]

APPS.XDP_ADAPTER_SUMMARY_V references the following:

SchemaAPPS
SynonymXDP_ADAPTER_JOB_QUEUE
SynonymXDP_ADAPTER_REG
ViewXDP_FES_VL
SynonymXDP_FE_GENERIC_CONFIG
SynonymXDP_FE_SW_GEN_LOOKUP
SynonymXDP_FE_TYPES

APPS.XDP_ADAPTER_SUMMARY_V is not referenced by any database object