Calculation Card for Absence
Problem statement: How to identify when and who created an Absence Calculation Card. SELECT DISTINCT v.value_defn_id, v.effective_start_date, v.effective_end_date, v.base_name, v.value_group_id, v.calc_type_id, v.legislation_code, v.legislative_data_group_id, v.created_by, v.creation_date, v.last_update_date, v.last_updated_by, v.parent_value_defn_id, v.source_id, v.source_type, v.dir_override_usage_id, v.date_mode, r.range_item_id, r.effective_start_date range_item_eff_start_date, r.effective_end_date range_item_eff_end_date, r.low_value, r.high_value, r.value1, r.value2, r.value3, r.created_by ...