[Home] [Help]
[Dependency Information]
| Object Name: | CZ_PUBLICATION_USAGES |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_PUBLICATION_USAGES
|
| Subobject Name: | |
| Status: | VALID |
This table lists the model-usages that are part the applicability of each Publication. Note in some versions of Oracle Configurator a USAGE_ID value of -1 indicates 'all usages'.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
PUBLICATION_ID
USAGE_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_PUBLICATION_USAGES_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
PUBLICATION_ID
USAGE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PUBLICATION_ID | NUMBER | (9) | Yes | Identifies a publication for this record |
| USAGE_ID | NUMBER | (9) | Yes | Identifies a Usage ID in the publication's applicability |
Cut, paste (and edit) the following text to query this object:
SELECT PUBLICATION_ID
, USAGE_ID
FROM CZ.CZ_PUBLICATION_USAGES;
CZ.CZ_PUBLICATION_USAGES does not reference any database object
CZ.CZ_PUBLICATION_USAGES is referenced by following:
APPS
CZ_PUBLICATION_USAGES
|
|
|
|