This table stores information about the type of
business policy for a policy.
Column Descriptions:
Name | Type | Description |
POLICYTYPE_ID | CHAR (64) NOT NULL | The policy type. This is a primary key. Possible
values are as follows:
Price
ProductSet
ShippingMode
ShippingCharge
Payment
ReturnCharge
ReturnApproval
ReturnPayment
InvoiceFormat
ReferralInterface |
OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | POLICYTYPE_ID | Primary Key |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_605 | POLICYTYPE_ID | PLCYTYCMIF | POLICYTYPE_ID | Cascade |
F_607 | POLICYTYPE_ID | PLCYTYPDSC | POLICYTYPE_ID | Cascade |
F_609 | POLICYTYPE_ID | POLICY | POLICYTYPE_ID | Cascade |