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


TABLE: CZ.CZ_EXT_APPLICATIONS

Object Details
Object Name: CZ_EXT_APPLICATIONS
Object Type: TABLE
Owner: CZ
FND Design Data: TableCZ.CZ_EXT_APPLICATIONS
Subobject Name:
Status: VALID


CZ_EXT_APPLICATIONS lists the applications in the E-Business Suite and indicates the preferred mode by which each invokes Configurator


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: CZ_EXT_APPLICATIONS_PK
  1. ColumnAPPLICATION_ID
Indexes
Index Type Uniqueness Tablespace Column
CZ_EXT_APPLICATIONS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER
Yes FK to fnd_application.application_id. (PK)
PREFERRED_UI_STYLE VARCHAR2 (3) Yes FK to cz_ui_defs.ui_style.
SEEDED_FLAG VARCHAR2 (1) Yes Standard column - '1' indicates record is delivered as part of Oracle Configurator
DELETED_FLAG VARCHAR2 (1) Yes Standard column: '1' indicates this record has been logically deleted.
Query Text

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


SELECT APPLICATION_ID
,      PREFERRED_UI_STYLE
,      SEEDED_FLAG
,      DELETED_FLAG
FROM CZ.CZ_EXT_APPLICATIONS;

Dependencies

[top of page]

CZ.CZ_EXT_APPLICATIONS does not reference any database object

CZ.CZ_EXT_APPLICATIONS is referenced by following:

SchemaAPPS
SynonymCZ_EXT_APPLICATIONS