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


VIEW: APPS.CZ_ARCHIVES_PICKER_V

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


CZ_ARCHIVES_PICKER_V is a view of the Configurator Repository that presents information specific to Configurator Extension Archives in the context of the repository folders that hold them.


[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_ID NUMBER (15)
Holds the identifier of this object as recorded in the source table, e.g., a devl_project_id
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
ENCLOSING_FOLDER NUMBER (9)
Identifies the Configurator repository Folder in which this object resides
NAME VARCHAR2 (4000)
The name of this object
NOTES VARCHAR2 (2000)
Note text
DELETED_FLAG VARCHAR2 (1)
Standard flag; '0' indicates the record is active, '1' means deleted. Other values are reserved
CREATED_BY NUMBER (9)
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 (9)
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
SEEDED_FLAG VARCHAR2 (1)
'1' indicates this is a seeded expr node
ARCHIVE_ID NUMBER

ARCHIVE_TYPE NUMBER

ARCHIVE_URL VARCHAR2 (2000)
DESCRIPTION VARCHAR2 (2000)
ALT_TEXT VARCHAR2 (4000)
OBJECT_TYPE_DESC VARCHAR2 (4000)
IMAGE_FILE VARCHAR2 (4000)
FULL_IMAGE_PATH VARCHAR2 (4000)
ARCHIVE_UPLOADED_FLAG NUMBER

Query Text

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


SELECT OBJECT_ID
,      OBJECT_TYPE
,      ENCLOSING_FOLDER
,      NAME
,      NOTES
,      DELETED_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      SEEDED_FLAG
,      ARCHIVE_ID
,      ARCHIVE_TYPE
,      ARCHIVE_URL
,      DESCRIPTION
,      ALT_TEXT
,      OBJECT_TYPE_DESC
,      IMAGE_FILE
,      FULL_IMAGE_PATH
,      ARCHIVE_UPLOADED_FLAG
FROM APPS.CZ_ARCHIVES_PICKER_V;

Dependencies

[top of page]

APPS.CZ_ARCHIVES_PICKER_V references the following:

SchemaAPPS
SynonymCZ_ARCHIVES
ViewCZ_RPOBJECTTYPES_LKV
SynonymCZ_RP_ENTRIES
ViewCZ_UI_PATHED_IMAGES_V
SchemaPUBLIC
SynonymDUAL

APPS.CZ_ARCHIVES_PICKER_V is not referenced by any database object