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


VIEW: APPS.XDP_FE_GENERIC_CONFIG_V

Object Details
Object Name: XDP_FE_GENERIC_CONFIG_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewXDP.XDP_FE_GENERIC_CONFIG_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
FE_NAME_DISPLAY VARCHAR2 (80) Yes Display Name of the Fulfillment Element
ADAPTER_TYPE VARCHAR2 (40) Yes Adapter Type for the Fulfillment Element Software Generic
ADAPTER_TYPE_DISPLAY VARCHAR2 (240)
Display Name of the Adapter Type
SW_GENERIC_DISPLAY VARCHAR2 (80) Yes Display Name for the Fulfillment Element Software Generic
START_DATE DATE
Yes Date by which the Fulfillment Element Generic Configuration is active for use
END_DATE DATE

Date by which the Fulfillment Element Generic Configuration is inactive for use
Query Text

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


SELECT FE_ID
,      FE_NAME
,      FE_NAME_DISPLAY
,      ADAPTER_TYPE
,      ADAPTER_TYPE_DISPLAY
,      SW_GENERIC_DISPLAY
,      START_DATE
,      END_DATE
FROM APPS.XDP_FE_GENERIC_CONFIG_V;

Dependencies

[top of page]

APPS.XDP_FE_GENERIC_CONFIG_V references the following:

SchemaAPPS
ViewXDP_ADAPTER_TYPES_VL
ViewXDP_FES_VL
SynonymXDP_FE_GENERIC_CONFIG
ViewXDP_FE_SW_GEN_LOOKUP_VL

APPS.XDP_FE_GENERIC_CONFIG_V is not referenced by any database object