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


TABLE: GML.OP_CNTR_BRK

Object Details
Object Name: OP_CNTR_BRK
Object Type: TABLE
Owner: GML
FND Design Data: TableGML.OP_CNTR_BRK
Subobject Name:
Status: VALID


This table contains price breaks for contracts. Price breaks (also known as price brackets or differences in prices) can be based on either order quantity, order line quantity, order value or order line value. Depending on the quantity or value used, the price might change. The pricing logic in Order Entry uses information in this table to calculate prices on an order or order line based on established contracts.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OP_CNTR_BRK_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBREAKTYPE_ID
OP_CNTR_BRK_UK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRICE_ID
ColumnLINE_NO
ColumnQTY_BREAKPOINT
ColumnVALUE_BREAKPOINT
Columns
Name Datatype Length Mandatory Comments
BREAKPOINT_FACTOR NUMBER

Plus/minus percent entered for price computation. Percent will be added to base price to arrive at unit price for this break.
BREAKPOINT_PRICE NUMBER

Unit price for this break.
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
PRICE_ID NUMBER (10) Yes Surrogate key from op_cntr_dtl.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
DELETE_MARK NUMBER (5) Yes Standard: 0=Active record (default); 1=Marked for (logical) deletion.
TRANS_CNT NUMBER (10)
Not currently used
BREAKTYPE_ID NUMBER (10) Yes Surrogate for this table which uniquely identifies each row.
LINE_NO NUMBER (5) Yes Part of primary key to indicate unique quantity or value break for contract detail.
QTY_BREAKPOINT NUMBER

Quantity break for price.
VALUE_BREAKPOINT NUMBER

Value break (item qty * base price) for a price
Query Text

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


SELECT BREAKPOINT_FACTOR
,      BREAKPOINT_PRICE
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATED_BY
,      PRICE_ID
,      LAST_UPDATE_LOGIN
,      DELETE_MARK
,      TRANS_CNT
,      BREAKTYPE_ID
,      LINE_NO
,      QTY_BREAKPOINT
,      VALUE_BREAKPOINT
FROM GML.OP_CNTR_BRK;

Dependencies

[top of page]

GML.OP_CNTR_BRK does not reference any database object

GML.OP_CNTR_BRK is referenced by following:

SchemaAPPS
Package BodyGMLCOPPR - show dependent code
SynonymOP_CNTR_BRK