DBA Data[Home] [Help]

APPS.HZ_MERGE_DUP_PVT dependencies on FND_REQUEST

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

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

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

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

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

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