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


VIEW: APPS.HZ_CLASS_CATEGORY_V

Object Details
Object Name: HZ_CLASS_CATEGORY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAR.HZ_CLASS_CATEGORY_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
CLASS_CATEGORY VARCHAR2 (30) Yes The name of the classification category which identifies the category. The name should be a valid lookup type name defined in the FND_LOOKUP_TYPES table.
ALLOW_MULTI_ASSIGN_FLAG VARCHAR2 (1) Yes Indicates if codes under this category can be assigned to an object more than once. Y for codes that can be assigned multiple times to an object, N for codes that can only be assigned once.
ALLOW_MULTI_PARENT_FLAG VARCHAR2 (1) Yes Indicates if codes under this category can have multiple parent codes. Y for codes that can have multiple parents, N for codes that can not have multiple parents.
ALLOW_LEAF_NODE_ONLY_FLAG VARCHAR2 (1)
Indicates if the instances of those entities associated with this particular CLASS_CATEGORY can only be assigned to leaf node class codes of that particular CLASS_CATEGORY. Y for leaf-only assignments, N for unrestricted assignments.
DELIMITER VARCHAR2 (1)
Used for concatenated class code in the HZ_CLASS_CODE_DENORM table.
MEANING VARCHAR2 (80) Yes
DESCRIPTION VARCHAR2 (240)
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATED_BY_MODULE VARCHAR2 (150)
APPLICATION_ID NUMBER

FROZEN_FLAG VARCHAR2 (1)
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CUSTOMIZATION_LEVEL VARCHAR2 (1) Yes
SECURITY_GROUP_ID NUMBER (15) Yes
VIEW_APPLICATION_ID NUMBER (15) Yes
OBJECT_VERSION_NUMBER NUMBER

Query Text

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


SELECT CLASS_CATEGORY
,      ALLOW_MULTI_ASSIGN_FLAG
,      ALLOW_MULTI_PARENT_FLAG
,      ALLOW_LEAF_NODE_ONLY_FLAG
,      DELIMITER
,      MEANING
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY_MODULE
,      APPLICATION_ID
,      FROZEN_FLAG
,      LAST_UPDATE_LOGIN
,      CUSTOMIZATION_LEVEL
,      SECURITY_GROUP_ID
,      VIEW_APPLICATION_ID
,      OBJECT_VERSION_NUMBER
FROM APPS.HZ_CLASS_CATEGORY_V;

Dependencies

[top of page]

APPS.HZ_CLASS_CATEGORY_V references the following:

SchemaAPPS
ViewFND_LOOKUP_TYPES_VL
SynonymHZ_CLASS_CATEGORIES

APPS.HZ_CLASS_CATEGORY_V is not referenced by any database object