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


TABLE: AR.HZ_ORGANIZATION_INDICATORS

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


The HZ_ORGANIZATION_INDICATORS table stores indicators related to finance, legal, and business standing for business sites.
.
The primary key for this table is ORGANIZATION_INDICATOR_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_ORGANIZATION_INDICATORS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_INDICATOR_ID
HZ_ORGANIZATION_INDICATORS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_ID
Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_INDICATOR_ID NUMBER (15) Yes Organization indicator identifier.
PARTY_ID NUMBER (15) Yes Unique party indentifier. Foreign key to the HZ_PARTIES table
DESCRIPTION VARCHAR2 (2000)
A textual description of the indicator
INDICATOR VARCHAR2 (60)
The indicator code as given by the content provider.
START_DATE DATE

The start date of the assigned indicator.
END_DATE DATE

The end date of the assigned indicator.
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).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
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).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE VARCHAR2 (240)
Concurrent Program who column - date when a program last updated this row).
WH_UPDATE_DATE VARCHAR2 (240)
Date when the record was entered or changed in a data warehouse
CONTENT_SOURCE_TYPE VARCHAR2 (30) Yes Source of data content.
STATUS VARCHAR2 (1)
Record status flag
Query Text

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


SELECT ORGANIZATION_INDICATOR_ID
,      PARTY_ID
,      DESCRIPTION
,      INDICATOR
,      START_DATE
,      END_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      WH_UPDATE_DATE
,      CONTENT_SOURCE_TYPE
,      STATUS
FROM AR.HZ_ORGANIZATION_INDICATORS;

Dependencies

[top of page]

AR.HZ_ORGANIZATION_INDICATORS does not reference any database object

AR.HZ_ORGANIZATION_INDICATORS is referenced by following:

SchemaAR
ViewHZ_ORGANIZATION_INDICATORS#