DBA Data[Home] [Help]

APPS.ARRX_RC_UNAPP dependencies on GL_SETS_OF_BOOKS

Line 197: from GL_SETS_OF_BOOKS

193: fa_rx_util_pkg.debug('Get Chart of Accounts ID ');
194:
195: select CHART_OF_ACCOUNTS_ID,CURRENCY_CODE,NAME
196: into var.p_coa_id,var.functional_currency_code,var.organization_name
197: from GL_SETS_OF_BOOKS
198: where SET_OF_BOOKS_ID = var.p_sob_id;
199:
200: fa_rx_util_pkg.debug('Chart of Accounts ID : '||var.p_coa_id);
201: fa_rx_util_pkg.debug('Functional Currency : '||var.functional_currency_code);