R12 upgrade changes to CUSTOM objects - Do we need to Replace GL_SETS_OF_BOOKS with GL_LEDGERS. If y
We are upgrading our application release from 11.5.10.2. to 12.1.3. The amount of customization we have is medium to high. We have lot of custom objects that are using GL_SETS_OF_BOOKS in the code to retrieve SET_OF_BOOKS_ID in 11i. As we know, In R12 GL_SETS_OF_BOOKS became a view, pointing to GL_LEDGERS. as per eTRM recommendation we want to change code references from GL_SETS_OF_BOOKS, to GL_LEDGERS.
Questions:
1. For R12 Upgrades, are we replacing GL_SETS_OF_BOOKS with GL_LEDGERS in custom coded objects ?
2. If answer to question 1 is Yes, then