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


VIEW: APPS.XDP_FE_ATTRIBUTE_DEF_VL

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

View Type

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


This View shows all the Fulfillment Element Attribute Definitions


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
The Internal Database Row ID of the Record
FE_ATTRIBUTE_ID NUMBER
Yes Fulfillment Element Attribute Identifier
FE_SW_GEN_LOOKUP_ID NUMBER
Yes Fulfillment Element Software Generic Identifier to which this Attribute belongs to.
FE_ATTRIBUTE_NAME VARCHAR2 (40) Yes Fulfillment Element Attribute Internal Name
CONCEAL_DATA VARCHAR2 (1) Yes Flag to Indicate if the Attribute Value must be hidden in the Table.
DEFAULT_VALUE VARCHAR2 (1996)
Default Value for the Attribute
DISPLAY_SEQ NUMBER

Display Sequence of the Attribute.
CREATION_DATE DATE
Yes Standard WHO Column
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO Column
CREATED_BY NUMBER (15) Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO Column
DISPLAY_NAME VARCHAR2 (80) Yes Display Name for the Attribute.
DESCRIPTION VARCHAR2 (2000)
Description
Query Text

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


SELECT ROW_ID
,      FE_ATTRIBUTE_ID
,      FE_SW_GEN_LOOKUP_ID
,      FE_ATTRIBUTE_NAME
,      CONCEAL_DATA
,      DEFAULT_VALUE
,      DISPLAY_SEQ
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      DISPLAY_NAME
,      DESCRIPTION
FROM APPS.XDP_FE_ATTRIBUTE_DEF_VL;

Dependencies

[top of page]

APPS.XDP_FE_ATTRIBUTE_DEF_VL references the following:

SchemaAPPS
SynonymXDP_FE_ATTRIBUTE_DEF
SynonymXDP_FE_ATTRIBUTE_DEF_TL
APPS.XDP_FE_ATTRIBUTE_DEF_VL is referenced by following:

SchemaAPPS
Package BodyXDP_ADAPTER_CORE_DB - show dependent code