Table pm_person_evaluation
Description:
This table contains information regarding personal progress reports.
PRIMARY KEY
p_partner_key_n
bigint default: 0 NOT NULL
This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number. p_person
pm_evaluation_date_d
date NOT NULL
The date the evaluation was conducted.
pm_evaluator_c
varchar (60) NOT NULL
Describes the person who conducted the progress report.

pm_evaluation_type_c
varchar (24) NOT NULL
This field describes the timing of the progress report, eg. Semi-Annual, Annual, or Leaving.
pm_evaluation_comments_c
varchar (1000)
Comments on the progress report.
pm_person_eval_action_c
varchar (1000)
Describe possible actions to take.
pm_next_evaluation_date_d
date
Date of next evaluation.
s_date_created_d
date default: CURRENT_DATE
The date the record was created.
s_created_by_c
varchar (20)
User ID of who created this record. s_user
s_date_modified_d
date
The date the record was modified.
s_modified_by_c
varchar (20)
User ID of who last modified this record. s_user
s_modification_id_t
timestamp default: CURRENT_TIMESTAMP
This identifies the current version of the record.


FOREIGN KEY
pm_person_evaluation_fk1: p_partner_key_n => p_person
pm_person_evaluation_fkcr: s_created_by_c => s_user
pm_person_evaluation_fkmd: s_modified_by_c => s_user