[Home] [Help]
[Dependency Information]
| Object Name: | XDP_ADAPTER_SUMMARY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | XDP.XDP_ADAPTER_SUMMARY_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 |
|---|---|---|---|---|
| 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 |
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;
APPS
XDP_ADAPTER_JOB_QUEUE
XDP_ADAPTER_REG
XDP_FES_VL
XDP_FE_GENERIC_CONFIG
XDP_FE_SW_GEN_LOOKUP
XDP_FE_TYPES
APPS.XDP_ADAPTER_SUMMARY_V is not referenced by any database object
|
|
|
|