PO_ACCRUAL_RECONCILE_TEMP in R12
We are upgrading our EBS from 11.5.10 to R12.2.4. I am getting an error when using PO_ACCRUAL_RECONCILE_TEMP. I see that the replacement editioned views are supposed to be CST_MISC_RECONCILIATION, CST_RECONCILIATION_SUMMARY, and CST_AP_PO_RECONCILIATION. But I have the below query in a package of custom code and I'm not quite sure how to join these tables in to account for the now obsolete PO_ACCRUAL_RECONCILE_TEMP.
SELECT release_num
INTO release_number
FROM po_releases r, PO_ACCRUAL_RECONCILE_TEMP t, po_line_locations l
WHERE t.line_location_id = l.line_location_id