DOO_ORDER_TERMS

This table contains details about terms for sales orders such as pricing terms.

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_ORDER_TERMS_PK

ORDER_TERM_ID

Columns

Name Datatype Length Precision Not-null Comments
HEADER_ID NUMBER 18 Yes Value that uniquely identifies the sales order.
PARENT_ENTITY_CODE VARCHAR2 30 Abbreviation that identifies the entity to which term is applied.
PARENT_ENTITY_ID NUMBER 18 Value that uniquely identifies the entity against which term is applied.
ORDER_TERM_ID NUMBER 18 Yes Value that uniquely identifies the term.
TERM_TYPE_CODE VARCHAR2 30 Yes Abbreviation that identifies the type of the term. For example Subscription.
TERM_SUBTYPE_CODE VARCHAR2 30 Abbreviation that identifies the subtype of the term. For example Renewal, Ramp-up.
TERM_START_DATE TIMESTAMP Date when the term starts, for example, Subscription term.
TERM_END_DATE TIMESTAMP Date when the term ends, for example, Subscription term.
TERM_PERIOD VARCHAR2 15 Abbreviation that identifies the time unit of measure for the subscription term.
TERM_DURATION NUMBER Duration for the term, for example, Subscription term.
TERM_APPLICATION_METHOD VARCHAR2 30 Abbreviation that identifies the method of application for the terms. The method depends on the type of term. For a subscription, the ORA_OSS_RNWL_PRICE_ADJ_TYPE lookup type contains the values that you can use for this attribute.
TERM_APPLICATION_VALUE_PCT NUMBER Adjustment for the term, expressed as a percent.
SOURCE_ORDER_TERM_ID VARCHAR2 50 Value that uniquely identifies the order term in the source application.
REFERENCE_ORDER_TERM_ID NUMBER 18 Used by change management to associate the change order's term id with the original order's term id.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
MODIFIED_FLAG VARCHAR2 1 Indicates that the row has been modified in the version currently submitted.
DELTA_TYPE NUMBER 18 Internal column used by change processing framework for tracking type of change like update, cancel, etc.

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_ORDER_TERMS doo_headers_all HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_ORDER_TERMS_N1 Non Unique Default HEADER_ID, PARENT_ENTITY_CODE, PARENT_ENTITY_ID
DOO_ORDER_TERMS_U1 Unique Default ORDER_TERM_ID