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


TABLE: AR.HZ_PARAM_TAB

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


No longer used


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_PARAM_TAB_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnITEM_KEY
ColumnPARAM_NAME
Columns
Name Datatype Length Mandatory Comments
ITEM_KEY VARCHAR2 (240) Yes Unique identifier for the event raised
PARAM_NAME VARCHAR2 (2000) Yes Name of the parameter
PARAM_CHAR VARCHAR2 (4000)
Value of the parameter only if its data type is VARCHAR2.
PARAM_NUM NUMBER

Value of the parameter only if its data type is NUM.
PARAM_DATE DATE

Value of the parameter only if its data type is DATE.
PARAM_INDICATOR VARCHAR2 (3) Yes Indicates if the parameter contains existing, new or replacement values. OLD values currently exist. NEW values create initial values or replace existing values.
Query Text

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


SELECT ITEM_KEY
,      PARAM_NAME
,      PARAM_CHAR
,      PARAM_NUM
,      PARAM_DATE
,      PARAM_INDICATOR
FROM AR.HZ_PARAM_TAB;

Dependencies

[top of page]

AR.HZ_PARAM_TAB does not reference any database object

AR.HZ_PARAM_TAB is referenced by following:

SchemaAPPS
SynonymHZ_PARAM_TAB