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


TABLE: ONT.OE_CUST_TOTAL_AMTS_ALL

Object Details
Object Name: OE_CUST_TOTAL_AMTS_ALL
Object Type: TABLE
Owner: ONT
FND Design Data: TableONT.OE_CUST_TOTAL_AMTS_ALL
Subobject Name:
Status: VALID


Stores the accumulated order value for a customer over three periods. Used in pricing to give cross order benefits. This table is populated by a concurrent program.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OE_CUST_TOTAL_AMTS_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSOLD_TO_ORG_ID
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
SOLD_TO_ORG_ID NUMBER
Yes Sold to Organization ID
PERIOD1_TOTAL_AMOUNT NUMBER (37)
Sum of order value placed over the period by the customer
PERIOD2_TOTAL_AMOUNT NUMBER

Sum of order value placed over the period by the customer
PERIOD3_TOTAL_AMOUNT NUMBER

Sum of order value placed over the period by the customer
ORG_ID NUMBER

Operating Unit in which the order was placed
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
PROGRAM_APPLICATION_ID NUMBER

Application of concurrent program that last updated row.
PROGRAM_ID NUMBER

Concurrent program that last updated row.
PROGRAM_UPDATE_DATE DATE

Last date changed by concurrent program
REQUEST_ID NUMBER

Concurrent request that last changed row
Query Text

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


SELECT SOLD_TO_ORG_ID
,      PERIOD1_TOTAL_AMOUNT
,      PERIOD2_TOTAL_AMOUNT
,      PERIOD3_TOTAL_AMOUNT
,      ORG_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      REQUEST_ID
FROM ONT.OE_CUST_TOTAL_AMTS_ALL;

Dependencies

[top of page]

ONT.OE_CUST_TOTAL_AMTS_ALL does not reference any database object

ONT.OE_CUST_TOTAL_AMTS_ALL is referenced by following:

SchemaONT
ViewOE_CUST_TOTAL_AMTS_ALL#