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


TABLE: AR.HZ_CLASS_CATEGORY_USES

Object Details
Object Name: HZ_CLASS_CATEGORY_USES
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.HZ_CLASS_CATEGORY_USES
Subobject Name:
Status: VALID


The HZ_CLASS_CATEGORY_USES table stores information about the tables which are going to use a particular class category. For example, the SIC 1987 class category can be used to classify the parties, which have the party type of Organization.
.
The primary key for this table is OWNER_TABLE.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_CLASS_CATEGORY_USES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCLASS_CATEGORY
ColumnOWNER_TABLE
Columns
Name Datatype Length Mandatory Comments
CLASS_CATEGORY VARCHAR2 (30) Yes Public classifications such as US SIC, NACE, NAICS or custom classes.
OWNER_TABLE VARCHAR2 (30) Yes Table that the classification will apply to. For example, the HZ_PARTIES table.
COLUMN_NAME VARCHAR2 (240)
Column from the OWNER_TABLE that applies to classification. For example, HZ_PARTIES.PARTY_ID.
ADDITIONAL_WHERE_CLAUSE VARCHAR2 (4000)
Helps restrict the set of instances in the owner table from which the classification will apply.
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_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
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).
OBJECT_VERSION_NUMBER NUMBER

This column is used for locking purposes
CREATED_BY_MODULE VARCHAR2 (150)
TCA Who column
APPLICATION_ID NUMBER

TCA Who column
Query Text

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


SELECT CLASS_CATEGORY
,      OWNER_TABLE
,      COLUMN_NAME
,      ADDITIONAL_WHERE_CLAUSE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      OBJECT_VERSION_NUMBER
,      CREATED_BY_MODULE
,      APPLICATION_ID
FROM AR.HZ_CLASS_CATEGORY_USES;

Dependencies

[top of page]

AR.HZ_CLASS_CATEGORY_USES does not reference any database object

AR.HZ_CLASS_CATEGORY_USES is referenced by following:

SchemaAPPS
SynonymHZ_CLASS_CATEGORY_USES