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


TABLE: CZ.CZ_PB_LANGUAGES

Object Details
Object Name: CZ_PB_LANGUAGES
Object Type: TABLE
Owner: CZ
FND Design Data: TableCZ.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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: CZ_PB_LANGUAGES_PK
  1. ColumnPUBLICATION_ID
  2. ColumnLANGUAGE
Indexes
Index Type Uniqueness Tablespace Column
CZ_PB_LANGUAGES_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPUBLICATION_ID
ColumnLANGUAGE
Columns
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.
Query Text

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


SELECT PUBLICATION_ID
,      LANGUAGE
FROM CZ.CZ_PB_LANGUAGES;

Dependencies

[top of page]

CZ.CZ_PB_LANGUAGES does not reference any database object

CZ.CZ_PB_LANGUAGES is referenced by following:

SchemaAPPS
SynonymCZ_PB_LANGUAGES