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


VIEW: APPS.XDP_FE_SUMMARY_V

Object Details
Object Name: XDP_FE_SUMMARY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewXDP.XDP_FE_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
APPL_MODE VARCHAR2 (40) Yes Mode for Outbound processing
INBOUND_REQUIRED_FLAG VARCHAR2 (1) Yes Indicates whether inbound is required or not.
DISPLAY_NAME VARCHAR2 (80) Yes Display Name of the Fulfillment Element
NUM_OF_ADAPTERS NUMBER

Number of Adapters Running for the Fulfillment Element
Query Text

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


SELECT FE_ID
,      FE_NAME
,      APPL_MODE
,      INBOUND_REQUIRED_FLAG
,      DISPLAY_NAME
,      NUM_OF_ADAPTERS
FROM APPS.XDP_FE_SUMMARY_V;

Dependencies

[top of page]

APPS.XDP_FE_SUMMARY_V references the following:

SchemaAPPS
SynonymXDP_ADAPTER_REG
SynonymXDP_ADAPTER_TYPES_B
ViewXDP_FES_VL

APPS.XDP_FE_SUMMARY_V is not referenced by any database object