Table um_unit_cost
Description:
Details pertaining to the costs of being on in the unit.
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_unit
um_valid_from_date_d
date NOT NULL
Date from which these costs are applicable.

um_single_costs_period_intl_n
numeric (24, 10) default: 0
Indicates amount it costs a single to be on the team.
um_couple_costs_period_intl_n
numeric (24, 10) default: 0
Indicates amount it costs a couple to be on the team.
um_child1_costs_period_intl_n
numeric (24, 10) default: 0
Indicates amount it costs a child to be on the team.
um_child2_costs_period_intl_n
numeric (24, 10) default: 0
Indicates amount it costs a child to be on the team.
um_child3_costs_period_intl_n
numeric (24, 10) default: 0
Indicates amount it costs a child to be on the team.
um_adult_joining_charge_intl_n
numeric (24, 10) default: 0
Indicates the joining charge for adults.
um_couple_joining_charge_intl_n
numeric (24, 10) default: 0
Indicates the joining charge for couples.
um_child_joining_charge_intl_n
numeric (24, 10) default: 0
Indicates the joining charge for a child.
a_local_currency_code_c
varchar (16)
Indicates the local currency. a_currency
um_charge_period_c
varchar (24) NOT NULL
The charge period for the unit, eg. monthly, quarterly.
um_single_costs_period_base_n
numeric (24, 10) default: 0
Indicates amount it costs a single to be on the team.
um_couple_costs_period_base_n
numeric (24, 10) default: 0
Indicates amount it costs a couple to be on the team.
um_child1_costs_period_base_n
numeric (24, 10) default: 0
Indicates amount it costs a child to be on the team.
um_child2_costs_period_base_n
numeric (24, 10) default: 0
Indicates amount it costs a child to be on the team.
um_child3_costs_period_base_n
numeric (24, 10) default: 0
Indicates amount it costs a child to be on the team.
um_adult_joining_charge_base_n
numeric (24, 10) default: 0
Indicates the joining charge for adults.
um_couple_joining_charge_base_n
numeric (24, 10) default: 0
Indicates the joining charge for couples.
um_child_joining_charge_base_n
numeric (24, 10) default: 0
Indicates the joining charge for a child.
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
um_unit_cost_fk1: p_partner_key_n => p_unit
um_unit_cost_fk2: a_local_currency_code_c => a_currency
um_unit_cost_fkcr: s_created_by_c => s_user
um_unit_cost_fkmd: s_modified_by_c => s_user