Procurement - EBS (MOSC)

MOSC Banner

PO_ACCRUAL_RECONCILE_TEMP in R12

edited Mar 15, 2015 2:50AM in Procurement - EBS (MOSC) 4 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center