DBA Data[Home] [Help]

APPS.ARRX_ADJ dependencies on GL_SETS_OF_BOOKS

Line 279: from GL_SETS_OF_BOOKS

275: fa_rx_util_pkg.debug('GL_GET_CHART_OF_ACCOUNTS_ID');
276:
277: select CHART_OF_ACCOUNTS_ID,CURRENCY_CODE,NAME
278: into var.chart_of_accounts_id,var.functional_currency_code,var.organization_name
279: from GL_SETS_OF_BOOKS
280: where SET_OF_BOOKS_ID = var.books_id;
281:
282: fa_rx_util_pkg.debug('Chart of Accounts ID : '||var.chart_of_accounts_id);
283: fa_rx_util_pkg.debug('Functional Currency : '||var.functional_currency_code);