R12 AR : Synonym APPS.RA_CUSTOMERS points to view APPS.RA_HCUSTOMERS in Oracle 11i and points to tab
We have recently upgraded from 11.5.10.2 to R12.1.3.
Our Custom Function are like below :
FUNCTION fn_XXXXXXX(var_cust_num ra_customers.customer_number%TYPE)
RETURN BOOLEAN
It seems that Table AR.RA_CUSTOMERS is obsolete in Oracle r12. Is there one to one mapping change for ra_customers.customer_number in R12.
Amol.