[Home] [Help]
[Dependency Information]
| Object Name: | IBE_MSITE_RESPS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | IBE |
| FND Design Data: | IBE.IBE_MSITE_RESPS_TL
|
| Subobject Name: | |
| Status: | VALID |
IBE_MSITE_RESPS_TL stores translated information about the Specialty Stores ( mini site) and responsibility association in IBE_MSITE_RESPS_B. Each row includes the language the row is translated to, the translated attributes of the Specialty Stores - responsibility association, and the identifier which uniquely identifies the association. You need one row for each Specialty Stores - Responsibility association in each of the installed languages. Each row includes a language and SOURCE_LANG column which can be used to determine if a value has been translated or defaulted.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IBE_MSITE_RESPS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
MSITE_RESP_ID
LANGUAGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MSITE_RESP_ID | NUMBER | Yes | Mini Site Responsibility Identifier. | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language Code |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Object version number for Locking. |
| CREATED_BY | NUMBER | Yes | Standard who column | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who column | ||
| SECURITY_GROUP_ID | NUMBER | Security Group Identifier. | ||
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Source language |
| DISPLAY_NAME | VARCHAR2 | (240) | Yes | Display Name |
Cut, paste (and edit) the following text to query this object:
SELECT MSITE_RESP_ID
, LANGUAGE
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, SOURCE_LANG
, DISPLAY_NAME
FROM IBE.IBE_MSITE_RESPS_TL;
IBE.IBE_MSITE_RESPS_TL does not reference any database object
IBE.IBE_MSITE_RESPS_TL is referenced by following:
APPS
IBE_MSITE_RESPS_TL
|
|
|
|