ZPM_PROGRAM_BENEFITS

A setup table used to define program benefits. These are shared across programs and across partners.

Details

  • Schema: FUSION

  • Object owner: ZPM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZPM_PROGRAM_BENEFITS_PK

PROGRAM_BENEFIT_ID

Columns

Name Datatype Length Precision Not-null Comments
PROGRAM_BENEFIT_ID NUMBER 18 Yes Primary key column, generated value
NAME VARCHAR2 155 Yes NAME
CATEGORY_CODE VARCHAR2 30 Benefit category code
DATA_TYPE VARCHAR2 30 Yes DATA_TYPE
DESCRIPTION VARCHAR2 1000 DESCRIPTION
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.
PROGRAM_BENEFIT_CODE VARCHAR2 15 PROGRAM_BENEFIT_CODE

Foreign Keys

Table Foreign Table Foreign Key Column
zpm_prtnr_prgm_benefit_dtls zpm_program_benefits PROGRAM_BENEFIT_ID

Indexes

Index Uniqueness Tablespace Columns
ZPM_PROGRAM_BENEFITS_PK Unique Default PROGRAM_BENEFIT_ID
ZPM_PROGRAM_BENEFITS_U1 Unique Default NAME