Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
(row1.AIM_PURCHASE_PRICE != null) ? row1.AIM_PURCHASE_PRICE
.floatValue()
: null
migrate_manual_offer_entries_tmp.p_start_date = row1.AIM_START_DATE;
migrate_manual_offer_entries_tmp.p_end_date = row1.AIM_END_DATE;
migrate_manual_offer_entries_tmp.p_net_pur_price_in_eur = (row1.AIM_PURCHASE_PRICE != null) ? row1.AIM_PURCHASE_PRICE
.floatValue()
: null;
migrate_manual_offer_entries_tmp.p_transp_cost_in_eur = null;
migrate_manual_offer_entries_tmp.p_cap_in_eur = null;
migrate_manual_offer_entries_tmp.p_vat_pct = null;
migrate_manual_offer_entries_tmp.p_start_date = row1.AIM_START_DATE;
migrate_manual_offer_entries_tmp.p_end_date = row1.AIM_END_DATE;
migrate_manual_offer_entries_tmp.p_net_pur_price_in_eur = (row1.AIM_PURCHASE_PRICE != null) ? row1.AIM_PURCHASE_PRICE
.floatValue()
: (row1.PDS_PURCHASE_PRICE != null) ? row1.PDS_PURCHASE_PRICE
.floatValue()
: null;
migrate_manual_offer_entries_tmp.p_transp_cost_in_eur = null;
migrate_manual_offer_entries_tmp.p_cap_in_eur = null;
migrate_manual_offer_entries_tmp.p_vat_pct = null;
migrate_manual_offer_entries_tmp.p_start_date = row1.AIM_START_DATE;
migrate_manual_offer_entries_tmp.p_end_date = row1.AIM_END_DATE;
migrate_manual_offer_entries_tmp.p_net_pur_price_in_eur = (row1.AIM_PURCHASE_PRICE != null) ? row1.AIM_PURCHASE_PRICE
.floatValue()
: null;
migrate_manual_offer_entries_tmp.p_transp_cost_in_eur = null;
migrate_manual_offer_entries_tmp.p_cap_in_eur = null;
migrate_manual_offer_entries_tmp.p_vat_pct = null;
migrate_manual_offer_entries_tmp.p_net_pur_price_in_eur = (row1.AIM_PURCHASE_PRICE != null) ? row1.AIM_PURCHASE_PRICE
.floatValue()
: (row1.PDS_PURCHASE_PRICE != null) ? row1.PDS_PURCHASE_PRICE
.floatValue()
: null;