DBA Data[Home] [Help]

APPS.ARRX_RC_UNAPP dependencies on GL_SETS_OF_BOOKS

Line 198: from GL_SETS_OF_BOOKS

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