Referencing all tables
This might sound really stupid, but I can't seem to find any information on the issue.
Why cant I reference all of the tables in BI Publisher that I might from SQL Developer?
For example, I can't recreate this script:
APC.bank_account_name bank_account_name
,APC.check_number ||'/'||&GC_ATTRIBUTE_COL check_number
,APC.check_date check_date
,APC.future_pay_due_date due_date
,APC.amount amount
,APC.vendor_name vendor_name
,APLC.displayed_field status
,APC.cleared_date cleared_date
,APC.cleared_amount cleared_amount
,SUM(APC.amount) over () general_total
,SYSDATE+ROUND((SUM((APC.future_pay_due_date-SYSDATE)