DBA Data[Home] [Help]

APPS.HZ_MERGE_DUP_PVT dependencies on FND_REQUEST

Line 1424: l_request_id := fnd_request.submit_request('AR',

1420: FND_MSG_PUB.ADD;
1421: RAISE FND_API.G_EXC_ERROR;
1422: ELSE
1423: IF l_conc_dev_status <>'NORMAL' THEN
1424: l_request_id := fnd_request.submit_request('AR',
1425: 'ARHPMERGE',
1426: 'Party Merge Concurrent Request',
1427: to_char(sysdate,'DD-MON-YY HH24:MI:SS'),
1428: FALSE,

Line 1443: l_request_id := fnd_request.submit_request('AR',

1439:
1440: ELSE --if completed normally and the status of the dup sets is still ERROR
1441: -- Added MAPPING for bug 3327496
1442: IF l_dup_set_status in ('ERROR','MAPPING') THEN
1443: l_request_id := fnd_request.submit_request('AR',
1444: 'ARHPMERGE',
1445: 'Party Merge Concurrent Request',
1446: to_char(sysdate,'DD-MON-YY HH24:MI:SS'),
1447: FALSE,

Line 1465: l_request_id := fnd_request.submit_request('AR'

1461: END IF; --l_conc_status
1462: END IF; --l_conc_dev_phase
1463:
1464: ELSE ---last_request_id is null
1465: l_request_id := fnd_request.submit_request('AR'
1466: ,'ARHPMERGE'
1467: ,'Party Merge Concurrent Request'
1468: ,to_char(sysdate,'DD-MON-YY HH24:MI:SS')
1469: ,FALSE,