DBA Data[Home] [Help]

APPS.JAI_CMN_UTILS_PKG dependencies on GL_LEDGERS

Line 157: Replaced gl_sets_of_books with gl_ledgers

153: /* Bug 5243532. Added by Lakshmi Gopalsami
154: Removed the cursor c_set_of_books and c_operating_unit
155: which is referring to hr_operating_units
156: and org_organization_definitions. Replaced the same with caching logic.
157: Replaced gl_sets_of_books with gl_ledgers
158: */
159: CURSOR c_sob_currency (cp_set_of_books_id GL_SETS_OF_BOOKS.SET_OF_BOOKS_ID%TYPE) IS
160: SELECT currency_code
161: FROM gl_ledgers

Line 161: FROM gl_ledgers

157: Replaced gl_sets_of_books with gl_ledgers
158: */
159: CURSOR c_sob_currency (cp_set_of_books_id GL_SETS_OF_BOOKS.SET_OF_BOOKS_ID%TYPE) IS
160: SELECT currency_code
161: FROM gl_ledgers
162: WHERE ledger_id = cp_set_of_books_id;
163:
164: lv_sob_currency_code GL_SETS_OF_BOOKS.CURRENCY_CODE%TYPE;
165: lv_calling_object VARCHAR2(50);