DBA Data[Home] [Help]

APPS.BEN_CWB_BACK_OUT_CONC dependencies on FND_REQUEST

Line 1451: l_request_id := fnd_request.submit_request

1447: For l_count in 1..least(l_threads,l_num_range)-1 loop
1448: --
1449: hr_utility.set_location('spawning thread #'||l_count,60);
1450: --
1451: l_request_id := fnd_request.submit_request
1452: (application => 'BEN'
1453: ,program => 'BENCWBBT'
1454: ,description => NULL
1455: ,sub_request => FALSE

Line 1575: l_request_id := fnd_request.submit_request

1571: hr_utility.set_location('Submitting reports',72);
1572: --
1573: -- submit summary report here
1574: --
1575: l_request_id := fnd_request.submit_request
1576: (application => 'BEN',
1577: program => 'BENBOSUM',
1578: description => null,
1579: sub_request => false,

Line 1584: l_request_id := fnd_request.submit_request

1580: argument1 => fnd_global.conc_request_id);
1581: --
1582: -- submit Error reports here
1583: --
1584: l_request_id := fnd_request.submit_request
1585: (application => 'BEN',
1586: program => 'BENERTYP',
1587: description => null,
1588: sub_request => false,

Line 1591: l_request_id := fnd_request.submit_request

1587: description => null,
1588: sub_request => false,
1589: argument1 => fnd_global.conc_request_id);
1590: --
1591: l_request_id := fnd_request.submit_request
1592: (application => 'BEN',
1593: program => 'BENERPER',
1594: description => null,
1595: sub_request => false,