Table pm_commitment_status |
Description: This table holds the statuses that are be used for commitments. |
PRIMARY KEY | ||
pm_code_c
varchar (40) NOT NULL | Code for Status | |
pm_desc_c
varchar (100) | Description for Status | |
pm_explanation_c
varchar (1000) | Detailed Explanation for the Status | |
pm_intranet_access_l
boolean default: '1' | Indicates if the person with this status is generally supposed to have access to the worldwide intranet of the organisation | |
pm_display_idx1_i
integer | Display Index (for sorting other than alphabetically). | |
pm_unassignable_flag_l
boolean default: '0' | Indicates if this code can still be assigned? | |
pm_unassignable_date_d
date | Date from which this code was made unassignable. | |
pm_deletable_flag_l
boolean default: '1' | Indicates if a record can be deleted. | |
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_commitment_status_fkcr: s_created_by_c => s_user pm_commitment_status_fkmd: s_modified_by_c => s_user | ||
REFERENCED BY pm_staff_data, pm_person_commitment_status | ||