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


VIEW: APPS.SY_TEXT_TBL_VL

Object Details
Object Name: SY_TEXT_TBL_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMA.SY_TEXT_TBL_VL
Subobject Name:
Status: VALID

View Type

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


View of all the Descriptive text in SY_TEXT_TBL_TL


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Unique row identifier
TEXT_CODE NUMBER (10) Yes ID which joins any rows of text in this table to the Text Table for this Module
LANG_CODE VARCHAR2 (4) Yes Language code for the text
PARAGRAPH_CODE VARCHAR2 (4) Yes Paragraph code for the text
SUB_PARACODE NUMBER (5) Yes Sub Paragraph code fo the text
LINE_NO NUMBER (5) Yes Line number of text
TEXT VARCHAR2 (70)
Text entered by user
LAST_UPDATED_BY NUMBER (15) Yes Standard Row Who Column
CREATED_BY NUMBER (15) Yes Standard Row Who Column
LAST_UPDATE_DATE DATE
Yes Standard Row Who Column
CREATION_DATE DATE
Yes Standard Row Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Row Who Column
Query Text

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


SELECT ROW_ID
,      TEXT_CODE
,      LANG_CODE
,      PARAGRAPH_CODE
,      SUB_PARACODE
,      LINE_NO
,      TEXT
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.SY_TEXT_TBL_VL;

Dependencies

[top of page]

APPS.SY_TEXT_TBL_VL references the following:

SchemaAPPS
SynonymSY_TEXT_TBL_TL
APPS.SY_TEXT_TBL_VL is referenced by following:

SchemaAPPS
TriggerGMA_SY_TEXT_TBL_T1
TriggerGMA_SY_TEXT_TBL_T2
TriggerGMA_SY_TEXT_TBL_T3
SynonymSY_TEXT_TBL