[Home] [Help]
[Dependency Information]
| Object Name: | CZ_PB_LANGUAGES |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_PB_LANGUAGES
|
| Subobject Name: | |
| Status: | VALID |
The CZ_PB_LANGUAGES table is used to assign languages to Publications, allowing configuration requests to be served in a particular specified language.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_PB_LANGUAGES_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
PUBLICATION_ID
LANGUAGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PUBLICATION_ID | NUMBER | Yes | Identifies the Publication to which this language is assigned. | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Assigns a language to the specified publication. |
Cut, paste (and edit) the following text to query this object:
SELECT PUBLICATION_ID
, LANGUAGE
FROM CZ.CZ_PB_LANGUAGES;
CZ.CZ_PB_LANGUAGES does not reference any database object
CZ.CZ_PB_LANGUAGES is referenced by following:
CZ
CZ_PB_LANGUAGES#
|
|
|
|