DBA Data[Home] [Help]

APPS.AR_PREPAYMENTS dependencies on FND_REQUEST

Line 2058: fnd_request.set_org_id(l_org_id);

2054: l_request_id := p_event.GetValueForParameter('REQUEST_ID');
2055:
2056: IF l_request_id <> 0 AND l_request_id is not null THEN
2057: ---Make a callout to Concurrent program
2058: fnd_request.set_org_id(l_org_id);
2059: l_conc_request_id := fnd_request.submit_request('AR',
2060: 'ARPREMAT',
2061: 'Prepayment Matching Program',
2062: to_char(sysdate,'DD-MON-YY HH:MI:SS'),

Line 2059: l_conc_request_id := fnd_request.submit_request('AR',

2055:
2056: IF l_request_id <> 0 AND l_request_id is not null THEN
2057: ---Make a callout to Concurrent program
2058: fnd_request.set_org_id(l_org_id);
2059: l_conc_request_id := fnd_request.submit_request('AR',
2060: 'ARPREMAT',
2061: 'Prepayment Matching Program',
2062: to_char(sysdate,'DD-MON-YY HH:MI:SS'),
2063: FALSE,