ZPM_PRTNR_PRGM_CNTRCT_TMPLS
This table is used to store Terms Templates and agreement options for the Program.
Details
-
Schema: FUSION
-
Object owner: ZPM
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZPM_PRTNR_PRGM_CTRCTTMP_PK |
PROGRAM_CONTRACT_TEMPLATE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PROGRAM_CONTRACT_TEMPLATE_ID | NUMBER | 18 | Yes | PROGRAM_CONTRACT_TEMPLATE_ID | |
| PARTNER_PROGRAM_ID | NUMBER | 18 | Yes | PARTNER_PROGRAM_ID | |
| COUNTRY | VARCHAR2 | 30 | COUNTRY | ||
| TERM | VARCHAR2 | 30 | TERM | ||
| CONTRACT_TEMPLATE_LANGUAGE | VARCHAR2 | 30 | Yes | LANGUAGE OF THE CONTRACT TEMPLATE | |
| BUSINESS_UNIT | VARCHAR2 | 30 | Yes | BUSINESS_UNIT | |
| CONTRACT_TEMPLATE_ID | NUMBER | 18 | Yes | CONTRACT_TEMPLATE_ID | |
| CONTRACT_TEMPLATE_NAME | VARCHAR2 | 400 | Contract Template Name - name comes from contracts via WS call - hence stored here | ||
| CONTRACT_TYPE | NUMBER | 18 | Yes | CONTRACT_TYPE | |
| CONTRACT_TYPE_NAME | VARCHAR2 | 400 | CONTRACT TYPE NAME - name comes from contracts via WS call - hence stored here | ||
| ACCEPTANCE_METHOD | VARCHAR2 | 30 | ACCEPTANCE_METHOD | ||
| START_DATE_ACTIVE | DATE | START_DATE_ACTIVE | |||
| END_DATE_ACTIVE | DATE | END_DATE_ACTIVE | |||
| CONTRACT_OWNER_ID | NUMBER | 18 | Yes | CONTRACT_OWNER_ID | |
| CONTRACT_CANCEL_REASON_CODE | VARCHAR2 | 30 | Yes | Reason code required for cancelling contract | |
| CONTRACT_CLOSE_REASON_CODE | VARCHAR2 | 30 | Yes | Code for Contract close | |
| DESCRIPTION | VARCHAR2 | 1000 | DESCRIPTION | ||
| COMMENTS | VARCHAR2 | 1000 | COMMENTS | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| ZPM_PRTNR_PRGM_CNTRCT_TMPLS | zpm_partner_programs_b | PARTNER_PROGRAM_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZPM_PRTNR_PRGM_CNTRCTTMPL_PK | Unique | Default | PROGRAM_CONTRACT_TEMPLATE_ID |
| ZPM_PRTNR_PRGM_CTRCTTMPL_F1 | Non Unique | Default | PARTNER_PROGRAM_ID |