Table p_data_label_value_application |
Description: This table holds the label values for application related data. |
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. | pm_general_application |
pm_application_key_i
integer default: 0 NOT NULL | Key to uniquely identify application | pm_general_application |
pm_registration_office_n
bigint NOT NULL | Partner key of office by which application was entered. | pm_general_application |
p_data_label_key_i
integer NOT NULL | A sequence key for data labels. | p_data_label |
p_value_char_c
varchar (8192) | Label value for type Character. | |
p_value_num_n
numeric (24, 10) default: 0 | Label value for type Numeric. | |
p_value_currency_n
numeric (24, 10) default: 0 | Label value for type Currency. | |
p_value_int_i
integer default: 0 | Label value for type Integer. | |
p_value_bool_l
boolean default: '0' | Label value for type Boolean. | |
p_value_date_d
date | Label value for type Date. | |
p_value_time_i
integer default: 0 | Label value for type Time. | |
p_value_partner_key_n
bigint default: 0 | Label value for type Partner Key. | p_partner |
p_value_lookup_c
varchar (80) | Label value for type Lookup Value. | |
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 p_data_label_value_application_fk1: p_partner_key_n;pm_application_key_i;pm_registration_office_n => pm_general_application p_data_label_value_application_fk2: p_data_label_key_i => p_data_label p_data_label_value_application_fk3: p_value_partner_key_n => p_partner p_data_label_value_application_fkcr: s_created_by_c => s_user p_data_label_value_application_fkmd: s_modified_by_c => s_user |