DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_TXNS_API dependencies on FND_SUBMIT

Line 4734: l_success := fnd_submit.set_request_set

4730: hr_utility.set_location(' submit req.set BENPDSBMTCMPFF',10);
4731: end if;
4732: l_request_id := p_request_id;
4733: --
4734: l_success := fnd_submit.set_request_set
4735: (application => 'BEN',
4736: request_set => 'BENPDSBMTCMPFF');
4737: --
4738: if l_success then

Line 4744: l_success := fnd_submit.submit_program

4740: if (g_debug) then
4741: hr_utility.set_location(' submit pgm BEPDCPRC',10);
4742: end if;
4743: --
4744: l_success := fnd_submit.submit_program
4745: (application => 'BEN'
4746: ,program => 'BEPDCPRC'
4747: ,stage => 'STAGE10'
4748: ,argument1 => p_validate

Line 4766: l_success := fnd_submit.submit_program

4762: if (g_debug) then
4763: hr_utility.set_location(' submit pgm BEPDCCF',10);
4764: end if;
4765: --
4766: l_success := fnd_submit.submit_program
4767: (application => 'BEN'
4768: ,program => 'BEPDCMFF'
4769: ,stage => 'STAGE20'
4770: ,argument1 => p_copy_entity_txn_id

Line 4782: l_request_id := fnd_submit.submit_set(null,FALSE);

4778: if (g_debug) then
4779: hr_utility.set_location(' submit set',10);
4780: end if;
4781: --
4782: l_request_id := fnd_submit.submit_set(null,FALSE);
4783: --
4784: end if;
4785: --
4786: p_request_id := l_request_id;