DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_TXNS_API dependencies on FND_REQUEST

Line 4922: l_request_id := fnd_request.submit_request

4918:
4919: if l_copy_entity_txn.target_typ_cd = 'BEN_PDFILE' then -- Export to File
4920: hr_utility.set_location('Entering:'|| l_proc, 10);
4921: --
4922: l_request_id := fnd_request.submit_request
4923: (application => 'BEN'
4924: ,program => 'BENPDCDL'
4925: ,description => NULL
4926: ,sub_request => FALSE

Line 4936: l_second_request_id := fnd_request.submit_request

4932: ,argument6 => l_src_effective_date_param||l_copy_entity_txn.src_effective_date);
4933: --
4934: -- p_request_id := l_request_id;
4935: -- Update status call here
4936: l_second_request_id := fnd_request.submit_request
4937: (application => 'BEN'
4938: ,program => 'BENPDDLS'
4939: ,description => NULL
4940: ,sub_request => FALSE

Line 4999: l_request_id := fnd_request.submit_request

4995: if (l_copy_entity_txn.ROW_TYPE_CD = 'PDC' OR NOT l_compile_ff) then
4996: --
4997: -- Submit Conc Prog "Copy Plan Design Process"
4998: --
4999: l_request_id := fnd_request.submit_request
5000: (application => 'BEN'
5001: ,program => 'BEPDCPRC'
5002: ,description => NULL
5003: ,sub_request => FALSE

Line 5066: l_request_id := fnd_request.submit_request

5062: end if;
5063: --
5064: if (l_compile_ff) then
5065: --
5066: l_request_id := fnd_request.submit_request
5067: (application => 'BEN'
5068: ,program => 'BEPDCMFF'
5069: ,description => NULL
5070: ,sub_request => FALSE