[Home] [Help]
[Dependency Information]
| Object Name: | HZ_STOCK_MARKETS |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HZ_STOCK_MARKETS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
STOCK_EXCHANGE_ID
|
| 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 |
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;
AR.HZ_STOCK_MARKETS does not reference any database object
AR.HZ_STOCK_MARKETS is referenced by following:
APPS
HZ_STOCK_MARKETS
|
|
|
|