$due_date"; //if ($today <= $due_date) // if filing after due date - charge interest //{ //echo "In Interest Calc
"; $stid = oci_parse($taxconn, 'begin TAX.UNSEC_INET.CALC_INTEREST(:year_in,:account_nbr_in,:net_asmt_char_in,:penalty_char_in,:interest_out); end;'); oci_bind_by_name($stid, ':year_in', $year_in); oci_bind_by_name($stid, ':account_nbr_in', $account_nbr_in); oci_bind_by_name($stid, ':net_asmt_char_in', $net_asmt_char_in); oci_bind_by_name($stid, ':penalty_char_in', $penalty_char_in); oci_bind_by_name($stid, ':interest_out', $interest_out, 20); oci_execute($stid); //} //Check if account has delinquent tax due. $stid = oci_parse($taxconn, 'begin TAX.UNSEC_INET.UN_IS_DELQ(:account_nbr_in,:delq_amt,:orig_bus_type); end;'); oci_bind_by_name($stid, ':account_nbr_in', $account_nbr_in); oci_bind_by_name($stid, ':delq_amt', $delq_amt1, 20); oci_bind_by_name($stid, ':orig_bus_type', $orig_bus_type, 2); oci_execute($stid); oci_free_statement($stid); //echo $orig_bus_type; if (isset($delq_amt1) > 0) { //Get Deliquent Info $account_nbr_in = $account_nbr; $payment_date = $today; $stid = oci_parse($taxconn, 'begin TAX.UNSEC_INET.UN_GRAND_TOTAL_DUE(:account_nbr_in,:orig_bus_type,:payment_date,:general_tax_total,:direct_charge_total,:penalty_total,:interest_total,:grand_total); end;'); oci_bind_by_name($stid, ':account_nbr_in', $account_nbr_in); oci_bind_by_name($stid, ':orig_bus_type', $orig_bus_type); oci_bind_by_name($stid, ':payment_date', $payment_date); oci_bind_by_name($stid, ':general_tax_total', $general_tax_total, 20); oci_bind_by_name($stid, ':direct_charge_total', $direct_charge_total, 20); oci_bind_by_name($stid, ':penalty_total', $penalty_total, 20); oci_bind_by_name($stid, ':interest_total', $interest_total, 20); oci_bind_by_name($stid, ':grand_total', $delq_total, 20); oci_execute($stid); oci_free_statement($stid); if (isset($delq_total) == ""){ $delq_total = 0; } }else{ $delq_total = 0; } if ($orig_bus_type == 71 or $orig_bus_type == 73 or $orig_bus_type == 77) { $delq_total = 0; } $balance_due = $bal_due + $delq_total + $interest_out; } ?> Weber County Assessor's Office
Pay for your Personal Property Taxes

 

Enter your Account Number:


"; echo "Business Name: $bus_name
"; echo "Business Address: $bus_address $bus_city_state, $bus_zipcode
"; echo "Balance Due: $balance_due"; echo "
"; ?>

The Business filing for this account has not been received by the Assessor's Office. Please Contact us at: 801-399-8572