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


TABLE: ICX.POR_TEMPLATES_ALL_TL

Object Details
Object Name: POR_TEMPLATES_ALL_TL
Object Type: TABLE
Owner: ICX
Subobject Name:
Status: VALID


This table stores the translatable information about information templates.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
POR_TEMPLATES_ALL_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEMPLATE_CODE
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
TEMPLATE_CODE VARCHAR2 (30) Yes Unique identifier for information template. It starts with 'IFT_', followed by a number generated from sequence POR_TEMPLATES_S
SOURCE_LANG VARCHAR2 (4) Yes Source language in which information template is created
LANGUAGE VARCHAR2 (4) Yes Language code
TEMPLATE_NAME VARCHAR2 (240) Yes Information template name
CREATED_BY NUMBER
Yes Internal identifier of user who created the row
CREATION_DATE DATE
Yes Date on which row was created
LAST_UPDATED_BY NUMBER
Yes Internal identifier of user who last updated the row
LAST_UPDATE_DATE DATE
Yes Date on which row was last updated
LAST_UPDATE_LOGIN NUMBER

Operating system login of user who last updated the row
Query Text

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


SELECT TEMPLATE_CODE
,      SOURCE_LANG
,      LANGUAGE
,      TEMPLATE_NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM ICX.POR_TEMPLATES_ALL_TL;

Dependencies

[top of page]

ICX.POR_TEMPLATES_ALL_TL does not reference any database object

ICX.POR_TEMPLATES_ALL_TL is referenced by following:

SchemaAPPS
SynonymPOR_TEMPLATES_ALL_TL