DBA Data[Home] [Help]

APPS.ARRX_SALES_TAX_REP dependencies on ARP_GLOBAL

Line 240: /* bug 2018415 replace fnd_profile call to arp_global.sysparam for SOB_ID

236: c_gl_flex VARCHAR2(1);
237: c_counter NUMBER;
238:
239: BEGIN
240: /* bug 2018415 replace fnd_profile call to arp_global.sysparam for SOB_ID
241: h_sob_id := fnd_profile.value('GL_SET_OF_BKS_ID');
242: */
243: h_sob_id := arp_global.sysparam.set_of_books_id;
244:

Line 243: h_sob_id := arp_global.sysparam.set_of_books_id;

239: BEGIN
240: /* bug 2018415 replace fnd_profile call to arp_global.sysparam for SOB_ID
241: h_sob_id := fnd_profile.value('GL_SET_OF_BKS_ID');
242: */
243: h_sob_id := arp_global.sysparam.set_of_books_id;
244:
245: -- OE/OM Change
246: --
247: -- h_so_organization_id := fnd_profile.value('SO_ORGANIZATION_ID');