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


VIEW: APPS.XLE_HISTORY_COLUMNS_VL

Object Details
Object Name: XLE_HISTORY_COLUMNS_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewXLE.XLE_HISTORY_COLUMNS_VL
Subobject Name:
Status: VALID

XLE_HISTORY_COLUMNS_VL view retreives the translated prompts for tracked legal entity and establishment attributes

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Identifier
HISTORY_COLUMN_ID NUMBER (15) Yes Table identifier
SOURCE_TABLE VARCHAR2 (30) Yes Name of the table containing the tracked column
SOURCE_COLUMN_NAME VARCHAR2 (30) Yes Name of the tracked column
GEOGRAPHY_ID NUMBER (15)
Geography Identifier,For tracking country dependent columns
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
SOURCE_COLUMN_PROMPT VARCHAR2 (240) Yes Name of the prompt for the tracked column (Translated column)
Query Text

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


SELECT ROW_ID
,      HISTORY_COLUMN_ID
,      SOURCE_TABLE
,      SOURCE_COLUMN_NAME
,      GEOGRAPHY_ID
,      LAST_UPDATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      CREATED_BY
,      SOURCE_COLUMN_PROMPT
FROM APPS.XLE_HISTORY_COLUMNS_VL;

Dependencies

[top of page]

APPS.XLE_HISTORY_COLUMNS_VL references the following:

SchemaAPPS
SynonymXLE_HISTORY_COLUMNS_B
SynonymXLE_HISTORY_COLUMNS_TL

APPS.XLE_HISTORY_COLUMNS_VL is not referenced by any database object