The following tables contain information related to Oracle ATG Web Commerce contract functionality.

dbc_contract

The following table contains information related to contract functionality.

Column

Data Type

Constraint

contract_id

VARCHAR(40)

NOT NULL

(primary key)

The unique identifier associated with the price list.

display_name

WVARCHAR(254)

NULL

The name of this contract.

creation_date

TIMESTAMP

NULL

The date that this contract was created.

start_date

TIMESTAMP

NULL,

The date that this contract becomes active.

end_date

TIMESTAMP

NULL,

The date that this contract is no longer active.

creator_id

VARCHAR(40)

NULL

The user id of the creator of this contract.

negotiator_info

WVARCHAR(40)

NULL

The id of the contact_info for the negotiator of this contract.

price_list_id

VARCHAR(40)

NULL

The id of the price list that users of this contract will use.

catalog_id

VARCHAR(40)

NULL

The id of the catalog that users of this contract will use.

term_id

VARCHAR(40)

NULL

The id of the contract terms that apply.

comments

WVARCHAR(254)

NULL

A free form comment field.

dbc_contract_term

The following table contains information related to contract terms.

Column

Data Type

Constraint

terms_id

VARCHAR(40)

NOT NULL

(primary key)

The unique identifier associated with the price list.

terms

LONG VARCHAR

NULL

A text field for describing any terms.

disc_percent

NUMERIC(19, 7)

NULL

The default discount percent for invoices.

disc_days

INT

NULL

The default discount days for invoices.

net_days

INT

NULL

The default net days for invoices.