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


VIEW: APPS.XDP_FE_ATTRIBUTE_VAL_VL

Object Details
Object Name: XDP_FE_ATTRIBUTE_VAL_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewXDP.XDP_FE_ATTRIBUTE_VAL_VL
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)


This view contains the configuration data for SFM to communicate with a given fulfillment
element.
Example: 144.126.174.151 is the IP address for the logical name of 'FE 'ROUTER_NY1'.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row identifier
FE_ATTRIBUTE_ID NUMBER
Yes Identifier of the Attribute mapped to the Fulfillment Element
FE_GENERIC_CONFIG_ID NUMBER
Yes Fulfillment Element Generic Configuration identifier to which the Fulfillment Element Attribute belongs to
FE_ATTRIBUTE_VALUE VARCHAR2 (1996)
Value of the Attribute mapped to the Fulfillment Element
CREATED_BY NUMBER (15) Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column
DISPLAY_NAME VARCHAR2 (80) Yes Display Name of the Attribute mapped to the Fulfillment Element
DESCRIPTION VARCHAR2 (2000)
Description
Query Text

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


SELECT ROW_ID
,      FE_ATTRIBUTE_ID
,      FE_GENERIC_CONFIG_ID
,      FE_ATTRIBUTE_VALUE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      DISPLAY_NAME
,      DESCRIPTION
FROM APPS.XDP_FE_ATTRIBUTE_VAL_VL;

Dependencies

[top of page]

APPS.XDP_FE_ATTRIBUTE_VAL_VL references the following:

SchemaAPPS
SynonymXDP_FE_ATTRIBUTE_VAL
SynonymXDP_FE_ATTRIBUTE_VAL_TL
APPS.XDP_FE_ATTRIBUTE_VAL_VL is referenced by following:

SchemaAPPS
Package BodyXDP_ADAPTER_CORE_DB - show dependent code