DBA Data[Home] [Help]

APPS.ARP_CORRECT_CC_ERRORS dependencies on MO_GLOBAL

Line 2746: l_org_id := mo_global.get_current_org_id;

2742: arp_util.debug('cc error has occurred while automatic receipt processing..');
2743: arp_util.debug('So calling the concurrent program to correct any automatically correctable issues');
2744: END IF;
2745:
2746: l_org_id := mo_global.get_current_org_id;
2747:
2748: IF PG_DEBUG in ('Y', 'C') THEN
2749: arp_util.debug('Setting the org_id context to child request '|| l_org_id);
2750: END IF;