DBA Data[Home] [Help]

APPS.ARRX_ADJ dependencies on GL_SETS_OF_BOOKS

Line 280: from GL_SETS_OF_BOOKS

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