DBA Data[Home] [Help]

APPS.ARP_CORRECT_CC_ERRORS dependencies on FND_REQUEST

Line 2612: l_request_id := fnd_request.submit_request(

2608: IF PG_DEBUG in ('Y', 'C') THEN
2609: arp_util.debug('cc error has occurred while automatic receipt processing..');
2610: arp_util.debug('So calling the concurrent program to correct any automatically correctable issues');
2611: END IF;
2612: l_request_id := fnd_request.submit_request(
2613: application=>'AR',
2614: program=>'ARCCAUTOCON',
2615: argument1=>p_request_id,
2616: argument2=>p_mode);