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


TABLE: AR.HZ_STOCK_MARKETS

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


The HZ_STOCK_MARKETS table stores information about recognized public exchanges for the purchase and sale of financial securities.
.
The primary key for this table is STOCK_EXCHANGE_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_STOCK_MARKETS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTOCK_EXCHANGE_ID
Columns
Name Datatype Length Mandatory Comments
STOCK_EXCHANGE_ID NUMBER (15) Yes Unique identifier for organization of the stock exchange
COUNTRY_OF_RESIDENCE VARCHAR2 (60)
Full name of the country where the stock exchange exists
STOCK_EXCHANGE_CODE VARCHAR2 (60)
Identifies the stock exchange where securities are traded
STOCK_EXCHANGE_NAME VARCHAR2 (240)
Name of the stock exchange
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).
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 DATE

Concurrent Program who column - date when a program last updated this row).
WH_UPDATE_DATE DATE

Date when the record was entered or changed in a data warehouse
Query Text

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


SELECT STOCK_EXCHANGE_ID
,      COUNTRY_OF_RESIDENCE
,      STOCK_EXCHANGE_CODE
,      STOCK_EXCHANGE_NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      WH_UPDATE_DATE
FROM AR.HZ_STOCK_MARKETS;

Dependencies

[top of page]

AR.HZ_STOCK_MARKETS does not reference any database object

AR.HZ_STOCK_MARKETS is referenced by following:

SchemaAR
ViewHZ_STOCK_MARKETS#