DBA Data[Home] [Help]

APPS.ARRX_RC dependencies on GL_SETS_OF_BOOKS

Line 157: from GL_SETS_OF_BOOKS

153: fa_rx_util_pkg.debug('Get COA ID');
154:
155: select CHART_OF_ACCOUNTS_ID,CURRENCY_CODE,NAME
156: into var.chart_of_accounts_id,var.currency_code,var.org_name
157: from GL_SETS_OF_BOOKS
158: where SET_OF_BOOKS_ID = var.books_id;
159:
160: --
161: -- Figure out NOCOPY the where clause for the parameters

Line 625: from GL_SETS_OF_BOOKS

621: --Bug 5244313 added the var.books_id in the where clause to pickup the sob based on the reporting context
622: -- if p_sob_id is null
623: select CHART_OF_ACCOUNTS_ID,CURRENCY_CODE,NAME
624: into var.p_coa_id,var.functional_currency_code,var.organization_name
625: from GL_SETS_OF_BOOKS
626: where SET_OF_BOOKS_ID =nvl( var.p_sob_id,var.books_id);
627:
628: fa_rx_util_pkg.debug('Set of Books ID : '||var.p_sob_id);
629: fa_rx_util_pkg.debug('Chart of Accounts ID : '||var.p_coa_id);