[Home] [Help]
[Dependency Information]
| Object Name: | CZ_RP_ENTRIES |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_RP_ENTRIES
|
| Subobject Name: | |
| Status: | VALID |
This table implements the Oracle Configurator Repository. It holds references to Models/Projects, Effectivity Sets, and Usages.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_RP_ENTRIES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
ENCLOSING_FOLDER
NAME
OBJECT_TYPE
ZD_EDITION_NAME
|
| CZ_RP_ENTRIES_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
OBJECT_ID
OBJECT_TYPE
DELETED_FLAG
|
| CZ_RP_ENTRIES_N2 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
ENCLOSING_FOLDER
NAME
DELETED_FLAG
|
| CZ_RP_ENTRIES_N3 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
ENCLOSING_FOLDER
DELETED_FLAG
NAME
OBJECT_TYPE
|
| CZ_RP_ENTRIES_NF1 | FUNCTION-BASED NORMAL | NONUNIQUE |
APPS_TS_SEED
|
LOWER("NAME")
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJECT_TYPE | VARCHAR2 | (3) | Yes | Specifies the type of the associated object: 'FLD' for repository Folder, 'PRJ' for Model/Project, 'EFF' for Effectivity Set, 'USG' for Usage |
| OBJECT_ID | NUMBER | (15) | Yes | Holds the identifier of this object as recorded in the source table, e.g., a devl_project_id |
| ENCLOSING_FOLDER | NUMBER | (9) | Yes | Identifies the Configurator repository Folder in which this object resides |
| NAME | VARCHAR2 | (4000) | Yes | The name of this object |
| DESCRIPTION | VARCHAR2 | (2000) | Descriptive text | |
| NOTES | VARCHAR2 | (2000) | Note text | |
| DELETED_FLAG | VARCHAR2 | (1) | Yes | Standard flag; '0' indicates the record is active, '1' means deleted. Other values are reserved |
| CREATED_BY | NUMBER | (9) | Yes | Standard field recording the ID of the user that created this record |
| CREATION_DATE | DATE | Yes | Standard field recording the date this record was created | |
| LAST_UPDATED_BY | NUMBER | (9) | Yes | Standard field recording the ID of the user that last updated this record |
| LAST_UPDATE_DATE | DATE | Yes | Standard field recording the date/time this record was last updated | |
| LAST_UPDATE_LOGIN | NUMBER | Records the login ID under which this record was last updated | ||
| SEEDED_FLAG | VARCHAR2 | (1) | '1' indicates this is a seeded expr node | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_TYPE
, OBJECT_ID
, ENCLOSING_FOLDER
, NAME
, DESCRIPTION
, NOTES
, DELETED_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SEEDED_FLAG
, ZD_EDITION_NAME
FROM CZ.CZ_RP_ENTRIES;
CZ.CZ_RP_ENTRIES does not reference any database object
CZ.CZ_RP_ENTRIES is referenced by following:
CZ
CZ_RP_ENTRIES#
|
|
|
|