[Home] [Help]
[Dependency Information]
| 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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IBW_PAGES_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PAGE_ID
LANGUAGE
|
| IBW_PAGES_TL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PAGE_NAME
LANGUAGE
|
| 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 |
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;
IBW.IBW_PAGES_TL does not reference any database object
IBW.IBW_PAGES_TL is referenced by following:
IBW
IBW_PAGES_TL#
|
|
|
|