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


TABLE: IBW.IBW_PAGES_TL

Object Details
Object Name: IBW_PAGES_TL
Object Type: TABLE
Owner: IBW
Subobject Name:
Status: VALID


This table stores the translated information about pages in IBW_PAGES_B. Each row includes the language the row is translated to, the translated attributes (PAGE_NAME, DESCRIPTION) and the page identifier (PAGE_ID), which uniquely identifies the page.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBW_PAGES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPAGE_ID
ColumnLANGUAGE
IBW_PAGES_TL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPAGE_NAME
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
PAGE_ID NUMBER (15) Yes Web Page identifier
LANGUAGE VARCHAR2 (4) Yes Language to which the Row is translated.
PAGE_NAME VARCHAR2 (360) Yes Web Page name
DESCRIPTION VARCHAR2 (360)
Web Page description
SOURCE_LANG VARCHAR2 (4) Yes Language from which the row is translated.
OBJECT_VERSION_NUMBER NUMBER
Yes Object version number for Locking
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
PROGRAM_ID NUMBER

Concurrent program identifier
PROGRAM_LOGIN_ID NUMBER

Oracle Application Concurrent Program Login identifier
PROGRAM_APPLICATION_ID NUMBER

Oracle Application identifier
REQUEST_ID NUMBER

Concurrent request instance identifier
Query Text

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


SELECT PAGE_ID
,      LANGUAGE
,      PAGE_NAME
,      DESCRIPTION
,      SOURCE_LANG
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
FROM IBW.IBW_PAGES_TL;

Dependencies

[top of page]

IBW.IBW_PAGES_TL does not reference any database object

IBW.IBW_PAGES_TL is referenced by following:

SchemaAPPS
SynonymIBW_PAGES_TL