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


TABLE: AMV.AMV_STOCK_PRICE

Object Details
Object Name: AMV_STOCK_PRICE
Object Type: TABLE
Owner: AMV
FND Design Data: TableAMV.AMV_STOCK_PRICE
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMV_STOCK_PRICE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTOCK_PRICE_ID
AMV_STOCK_PRICE_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTOCK_RIC
Columns
Name Datatype Length Mandatory Comments
STOCK_PRICE_ID NUMBER
Yes Stock Price Identifier
OBJECT_VERSION_NUMBER NUMBER (9) Yes This column is used for locking purposes
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
STOCK_RIC VARCHAR2 (20) Yes Unique Stock Identifier
STOCK_PRICE NUMBER

Current stock price
CHANGE NUMBER

Change of price from previuos close
STOCK_OPEN NUMBER

Opening price for the trading session
HIGH NUMBER

High price during the trading session
LOW NUMBER

Low price during the trading session
VOLUME NUMBER

Volume of stocks traded
PCT_CHANGE NUMBER

Percentage of change from previous close
PREVIOUS_CLOSE NUMBER

Previous session close price
KASSA NUMBER

KASSA
TIME_STAMP DATE

Time at which stock price was recorded
WEEK_52_HI NUMBER

52 week high price for the stock
WEEK_52_LOW NUMBER

52 week low price for the stock
DESCRIPTION VARCHAR2 (240)
Description for stock price
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT STOCK_PRICE_ID
,      OBJECT_VERSION_NUMBER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      STOCK_RIC
,      STOCK_PRICE
,      CHANGE
,      STOCK_OPEN
,      HIGH
,      LOW
,      VOLUME
,      PCT_CHANGE
,      PREVIOUS_CLOSE
,      KASSA
,      TIME_STAMP
,      WEEK_52_HI
,      WEEK_52_LOW
,      DESCRIPTION
,      SECURITY_GROUP_ID
FROM AMV.AMV_STOCK_PRICE;

Dependencies

[top of page]

AMV.AMV_STOCK_PRICE does not reference any database object

AMV.AMV_STOCK_PRICE is referenced by following:

SchemaAMV
ViewAMV_STOCK_PRICE#