DBA Data[Home] [Help]

APPS.BEN_CWB_BACK_OUT_CONC dependencies on FND_REQUEST

Line 1531: l_request_id := fnd_request.submit_request

1527: For l_count in 1..least(l_threads,l_num_range)-1 loop
1528: --
1529: hr_utility.set_location('spawning thread #'||l_count,60);
1530: --
1531: l_request_id := fnd_request.submit_request
1532: (application => 'BEN'
1533: ,program => 'BENCWBBT'
1534: ,description => NULL
1535: ,sub_request => FALSE

Line 1668: l_request_id := fnd_request.submit_request

1664: hr_utility.set_location('Submitting reports',72);
1665: --
1666: -- submit summary report here
1667: --
1668: l_request_id := fnd_request.submit_request
1669: (application => 'BEN',
1670: program => 'BENBOSUM',
1671: description => null,
1672: sub_request => false,

Line 1677: l_request_id := fnd_request.submit_request

1673: argument1 => fnd_global.conc_request_id);
1674: --
1675: -- submit Error reports here
1676: --
1677: l_request_id := fnd_request.submit_request
1678: (application => 'BEN',
1679: program => 'BENERTYP',
1680: description => null,
1681: sub_request => false,

Line 1684: l_request_id := fnd_request.submit_request

1680: description => null,
1681: sub_request => false,
1682: argument1 => fnd_global.conc_request_id);
1683: --
1684: l_request_id := fnd_request.submit_request
1685: (application => 'BEN',
1686: program => 'BENERPER',
1687: description => null,
1688: sub_request => false,