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


VIEW: APPS.CZ_RP_DIRECTORY_V

Object Details
Object Name: CZ_RP_DIRECTORY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCZ.CZ_RP_DIRECTORY_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view provides an entire directory of the Configurator Repository by UNION of the object-specific directory views (CZ_RP_PRJ_DIRECTORY_V, etc.)


[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_TYPE VARCHAR2 (3)
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)
Holds the identifier of this object as recorded in the source table, e.g., a devl_project_id
ENCLOSING_FOLDER NUMBER (9)
Identifies the Configurator repository Folder in which this object resides
NAME VARCHAR2 (4000)
The name of this object
SYNOPSIS VARCHAR2 (2000)
Summary descriptive information of the associated entity
DESCRIPTION VARCHAR2 (2000)
Descriptive text
DELETED_FLAG VARCHAR2 (1)
Standard flag; '0' indicates the record is active, '1' means deleted. Other values are reserved
CREATED_BY NUMBER

Standard field recording the ID of the user that created this record
CREATION_DATE DATE

Standard field recording the date this record was created
LAST_UPDATED_BY NUMBER

Standard field recording the ID of the user that last updated this record
LAST_UPDATE_DATE DATE

Standard field recording the date/time this record was last updated
Query Text

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


SELECT OBJECT_TYPE
,      OBJECT_ID
,      ENCLOSING_FOLDER
,      NAME
,      SYNOPSIS
,      DESCRIPTION
,      DELETED_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.CZ_RP_DIRECTORY_V;

Dependencies

[top of page]

APPS.CZ_RP_DIRECTORY_V references the following:

SchemaAPPS
ViewCZ_RP_EFF_DIRECTORY_V
SynonymCZ_RP_ENTRIES
ViewCZ_RP_PRJ_DIRECTORY_V
ViewCZ_RP_USG_DIRECTORY_V
PL/SQL PackageCZ_UTILS - show dependent code

APPS.CZ_RP_DIRECTORY_V is not referenced by any database object