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_

LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 PARTNER_PROGRAM_ID
COUNTRY VARCHAR2 30 COUNTRY
TERM VARCHAR2 30 TERM
CONTRACT_TEMPLATE_LANGUAGE VARCHAR2 30 LANGUAGE OF THE CONTRACT TEMPLATE
BUSINESS_UNIT VARCHAR2 30 BUSINESS_UNIT
CONTRACT_TEMPLATE_ID NUMBER 18 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 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 CONTRACT_OWNER_ID
CONTRACT_CANCEL_REASON_CODE VARCHAR2 30 Reason code required for cancelling contract
CONTRACT_CLOSE_REASON_CODE VARCHAR2 30 Code for Contract close
DESCRIPTION VARCHAR2 1000 DESCRIPTION
COMMENTS VARCHAR2 1000 COMMENTS
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
OBJECT_VERSION_NUMBER NUMBER 9 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 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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
ZPM_PRTNR_PRGM_CNTRCTTMPL_PK_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, PROGRAM_CONTRACT_TEMPLATE_ID
ZPM_PRTNR_PRGM_CNTRCT_TN1_ Non Unique Default PROGRAM_CONTRACT_TEMPLATE_ID