[Home] [Help]
[Dependency Information]
Object Name: | XDP_FE_GENERIC_CONFIG_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
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 |
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;
APPS.XDP_FE_GENERIC_CONFIG_V is not referenced by any database object
|
|
|