ATC_PROD_OFFER_TERMS

Stores details about product offer terms.

Details

  • Schema: FUSION

  • Object owner: ATC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ATC_PROD_OFFER_TERMS_PK

PROD_OFFER_TERM_ID

Columns

Name Datatype Length Precision Not-null Comments
PROD_OFFER_TERM_ID NUMBER 18 Yes Unique row id for categories
PROD_OFFER_TERM_NAME VARCHAR2 200 Yes Indicates name of the term
MIN_DURATION_AMOUNT NUMBER Indicates the minimum duration amount. This along with the DURATION_AMOUNT defines the range or the tenure of the installement plan
PROD_OFFER_TERM_DESCRIPTION VARCHAR2 4000 Indicates description of the term
DURATION_AMOUNT NUMBER Indicates duration amount of the term
DURATION_UNITS VARCHAR2 50 Indicates duration unit of the term
DEFAULT_FLAG VARCHAR2 1 Indicates if the Product Offer Term is the default Term
DEFAULTING_TERM_CODE VARCHAR2 100 indicates the defaulting term value
DURATION_TYPE_CODE VARCHAR2 200 Indicates the duration type code for leasing
COMMITMNET_TERM_TYPE VARCHAR2 200 Indicates the commitment term type as whether it is a lease,installment or service
EARLY_TERMINATION_OPTION_FLAG VARCHAR2 1 Indicates if the term has an early termination option
EARLY_TERMINATION_PENALTY_FLAG VARCHAR2 1 Indicates if the term has an early termination penalty
PENALTY_TYPE_CODE VARCHAR2 200 Indicates the penalty type
PENALTY_GRACE_PERIOD_APPL_FLAG VARCHAR2 1 Indicates if a penalty grace period is applicable or not
INCLUDE_INTEREST_FLAG VARCHAR2 1 Indicates if the finance plan is to included or not
AUTO_RENEWAL_FLAG VARCHAR2 1 Indicates if auto renewal is allowed or not
SPECIFY_PENALTY_AS VARCHAR2 200 Indicates how the penalty is levied
PENALTY_PERCENTAGE NUMBER 9 Indicates the penalty percentage
REDUCE_PENALTY_FLAG VARCHAR2 1 Indicates if penalty is reducible or not
GRACE_PERIOD_DURATION NUMBER 9 Indicates the grace period duration value
GRACE_PERIOD_UNITS VARCHAR2 200 Indicates the grace period duration unit
PAYMENT_TYPE_CODE VARCHAR2 200 Indicates type of payment
CREDIT_CHECK_REQ_FLAG VARCHAR2 1 CREDIT_CHECK_REQUIRED
MINIMUM_TERM NUMBER MINIMUM_TERM
MINIMUM_TERM_PCNT NUMBER MINIMUM_TERM_PCNT
MINIMUM_BALANCE NUMBER MINIMUM_BALANCE
MINIMUM_BALANCE_PCNT NUMBER MINIMUM_BALANCE_PCNT
MINIMUM_THRESHOLD NUMBER Minimum threshold for device upgrade
MINIMUM_THRESHOLD_PCNT NUMBER Minimum threshold percent for device upgrade
SERVICE_SPEC_NAME VARCHAR2 200 Indicates name of service specification
SERVICE_ENTITLEMENT_NAME VARCHAR2 200 Indicates name of the service entitlement
SERVICE_ENTITLEMENT_TERM_NAME VARCHAR2 200 Indicates name of the service entitlement term
AT_TYPE VARCHAR2 200 Represent the actual class type of an entity
AT_BASE_TYPE VARCHAR2 200 Represent the base class of a given resource that has been extended
AT_SCHEMA_LOCATION VARCHAR2 1000 Indicates a url which points to a schema which allow specifying user-defined properties of an Entity or to specify the expected characteristics of an entity
START_DATE_TIME TIMESTAMP Start time from which the term is valid
END_DATE_TIME TIMESTAMP End Time to which the term is valid
ENTITY_ID NUMBER 18 Yes Indicates the identifier of the entity to which it is associated to
ENTITY_NAME VARCHAR2 100 Yes Indicates the type of the entity to which it is associated to
PRICE_LIST_PUID VARCHAR2 30 Indicates the identifier of the associated Price List.
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.
PRICE_LIST_VERSION VARCHAR2 20 Version of the associated Price List.
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.
COMMITMENT_FLAG VARCHAR2 1 This field is used to control the runtime behaviour in Siebel on disconnection of this component
COMP_CHARGE_FLAG VARCHAR2 1 This field is used to control the runtime behaviour in Siebel in adding cancellation charge

Indexes

Index Uniqueness Tablespace Columns
ATC_PROD_OFFER_TERMS_N1 Non Unique Default ENTITY_NAME
ATC_PROD_OFFER_TERMS_N2 Non Unique Default AT_TYPE
ATC_PROD_OFFER_TERMS_N3 Non Unique Default ENTITY_ID
ATC_PROD_OFFER_TERMS_PK Unique Default PROD_OFFER_TERM_ID
ATC_PROD_OFFER_TERMS_U1 Unique Default PROD_OFFER_TERM_NAME, ENTITY_ID, PRICE_LIST_PUID, PRICE_LIST_VERSION