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


TABLE: XTR.XTR_STOCK_ALLOC_DETAILS

Object Details
Object Name: XTR_STOCK_ALLOC_DETAILS
Object Type: TABLE
Owner: XTR
FND Design Data: TableXTR.XTR_STOCK_ALLOC_DETAILS
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
XTR_STOCK_ALLOC_DETAILS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTOCK_ALLOC_DETAIL_ID
XTR_STOCK_ALLOC_DETAILS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDEAL_NO
XTR_STOCK_ALLOC_DETAILS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCROSS_REF_NO
Columns
Name Datatype Length Mandatory Comments
STOCK_ALLOC_DETAIL_ID NUMBER
Yes Unique identifier for each row of the table
BATCH_ID NUMBER

Revalaution batch ID in which the g/l amount was recognized
DEAL_NO NUMBER

Deal number of the BUY deal
CROSS_REF_NO NUMBER

Deal number of the SELL deal
FAIR_VALUE NUMBER

Resale fair value
INIT_CONSIDERATION NUMBER

Initial consideration of stock
QUANTITY NUMBER

Initial number of shares when stock is purchased
REMAINING_QUANTITY NUMBER

Remaining number of shares after resale
PRICE_PER_SHARE NUMBER

Unit price per share when resale
REAL_GAIN_LOSS NUMBER

Realized G/L amount
FRONT_END_BROKERAGE NUMBER

Brokerage amount allocated for original buy deal
BACK_END_BROKERAGE NUMBER

Brokerage amount allocated for resale deal
CROSS_REF_DEAL_DATE DATE

Deal date of the resale deal
CROSS_REF_START_DATE DATE

Start date of the resale deal
CREATED_BY NUMBER

Standard Who column
CREATION_DATE DATE

Standard Who column
LAST_UPDATED_BY NUMBER

Standard Who column
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
AVG_RATE_LAST_PROCESSED DATE

The date of the latest average rate that has been processed for a stock resale deal.
Query Text

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


SELECT STOCK_ALLOC_DETAIL_ID
,      BATCH_ID
,      DEAL_NO
,      CROSS_REF_NO
,      FAIR_VALUE
,      INIT_CONSIDERATION
,      QUANTITY
,      REMAINING_QUANTITY
,      PRICE_PER_SHARE
,      REAL_GAIN_LOSS
,      FRONT_END_BROKERAGE
,      BACK_END_BROKERAGE
,      CROSS_REF_DEAL_DATE
,      CROSS_REF_START_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      AVG_RATE_LAST_PROCESSED
FROM XTR.XTR_STOCK_ALLOC_DETAILS;

Dependencies

[top of page]

XTR.XTR_STOCK_ALLOC_DETAILS does not reference any database object

XTR.XTR_STOCK_ALLOC_DETAILS is referenced by following:

SchemaXTR
ViewXTR_STOCK_ALLOC_DETAILS#