Currently, I have Oracle version 8.1.7 and have the following SQL that has not worked:
Select pe.acct_no, pe.expected_reimbursement, pe.total_charges, ep.total_payments, pe.contract_no, pe.admit_date, pe.allowable, balance (computed), calculated_allowable(computed)
from patient_encounter pe...