Table a_freeform_analysis |
Description: Available analysis values that may be given to a transaction for each analysis type. |
PRIMARY KEY | ||
a_ledger_number_i
integer default: 0 NOT NULL | Ledger Number | a_ledger, a_analysis_type |
a_analysis_type_code_c
varchar (32) NOT NULL | a_analysis_type | |
a_analysis_value_c
varchar (160) NOT NULL | Value of analysis code | |
a_active_l
boolean default: '1' | Analysis attribute values cannot be deleted, because they are needed for existing transaction analysis attributes. But they can be deactivated. | |
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 a_freeform_analysis_fk1: a_ledger_number_i => a_ledger a_freeform_analysis_fk2: a_ledger_number_i;a_analysis_type_code_c => a_analysis_type a_freeform_analysis_fkcr: s_created_by_c => s_user a_freeform_analysis_fkmd: s_modified_by_c => s_user | ||
REFERENCED BY a_recurring_trans_anal_attrib, a_trans_anal_attrib, a_ap_anal_attrib | ||