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


TABLE: CZ.CZ_RP_ENTRIES

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


This table implements the Oracle Configurator Repository. It holds references to Models/Projects, Effectivity Sets, and Usages.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: CZ_RP_ENTRIES_PK
  1. ColumnOBJECT_TYPE
  2. ColumnOBJECT_ID
Indexes
Index Type Uniqueness Tablespace Column
CZ_RP_ENTRIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnENCLOSING_FOLDER
ColumnNAME
ColumnOBJECT_TYPE
CZ_RP_ENTRIES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnOBJECT_ID
ColumnOBJECT_TYPE
ColumnDELETED_FLAG
CZ_RP_ENTRIES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnENCLOSING_FOLDER
ColumnNAME
ColumnDELETED_FLAG
CZ_RP_ENTRIES_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnENCLOSING_FOLDER
ColumnDELETED_FLAG
ColumnNAME
ColumnOBJECT_TYPE
CZ_RP_ENTRIES_NF1 FUNCTION-BASED NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnLOWER("NAME")
Columns
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
Query Text

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
FROM CZ.CZ_RP_ENTRIES;

Dependencies

[top of page]

CZ.CZ_RP_ENTRIES does not reference any database object

CZ.CZ_RP_ENTRIES is referenced by following:

SchemaAPPS
SynonymCZ_RP_ENTRIES
TriggerCZ_RP_ENTRIES_T1
TriggerCZ_RP_ENTRIES_T2
TriggerCZ_RP_ENTRIES_T3