[Home] [Help]
[Dependency Information]
Object Name: | CZ_CONTENT_TEMPLATE_PICKER_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
CZ_CONTENT_TEMPLATE_PICKER_V presents all UI Content Templates with information giving their context in the Configurator Repository
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 | |
DESCRIPTION | VARCHAR2 | (2000) | ||
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 | |
ALT_TEXT | VARCHAR2 | (4000) | ||
OBJECT_TYPE_DESC | VARCHAR2 | (4000) | ||
IMAGE_FILE | VARCHAR2 | (4000) | ||
FULL_IMAGE_PATH | VARCHAR2 | (4000) | ||
TEMPLATE_TYPE | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_ID
, OBJECT_TYPE
, ENCLOSING_FOLDER
, NAME
, NOTES
, DESCRIPTION
, DELETED_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, SEEDED_FLAG
, ALT_TEXT
, OBJECT_TYPE_DESC
, IMAGE_FILE
, FULL_IMAGE_PATH
, TEMPLATE_TYPE
FROM APPS.CZ_CONTENT_TEMPLATE_PICKER_V;
APPS.CZ_CONTENT_TEMPLATE_PICKER_V is not referenced by any database object
|
|
|