DOO_ORDER_TERMS_INT

This interface table contains details of order terms such as Pricing terms for a Subscription or Coverage product while importing an order.

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
SOURCE_TRANSACTION_ID VARCHAR2 50 Unique identifier of the transaction in the system that captured the transaction.
SOURCE_TRANSACTION_SYSTEM VARCHAR2 30 System or application that submitted the order request.
SOURCE_TRANSACTION_LINE_ID VARCHAR2 50 Unique identifier of the transaction line from the system that captured the transaction.
SOURCE_TRANSACTION_SCHEDULE_ID VARCHAR2 50 Unique identifier of a schedule, shipment, or subline, as assigned by the system that captured the transaction.
TERM_TYPE_CODE VARCHAR2 30 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_PERIOD_NAME VARCHAR2 25 Value that identifies the name of the time unit of measure of 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_METHOD_NAME VARCHAR2 80 Value that identifies the name of the method to use when applying the term. This depends on the type of term.
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.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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.
LOAD_REQUEST_ID NUMBER 18 Unique identifier of the import request.

Indexes

Index Uniqueness Tablespace Columns
DOO_ORDER_TERMS_INT_N1 Non Unique Default SOURCE_TRANSACTION_ID, SOURCE_TRANSACTION_SYSTEM, LOAD_REQUEST_ID, SOURCE_TRANSACTION_LINE_ID, SOURCE_TRANSACTION_SCHEDULE_ID