DBA Data[Home] [Help]

APPS.ARP_PROCESS_MISC_RECEIPTS2 dependencies on DUAL

Line 260: select arp_standard.sysparm.accounting_method into l_accounting_method from dual;

256: arp_cash_receipts_pkg.lock_p(p_cash_receipt_id);
257:
258: -- Bug 2189383
259: -- Get the accounting method
260: select arp_standard.sysparm.accounting_method into l_accounting_method from dual;
261:
262: IF PG_DEBUG in ('Y', 'C') THEN
263: arp_standard.debug('delete_misc_receipt: ' || 'Acconting Method = '|| l_accounting_method);
264: END IF;