DBA Data[Home] [Help]

APPS.PAY_MIX_ROLLBACK_PKG dependencies on FND_GLOBAL

Line 694: open csr_parent_req_id (fnd_global.conc_request_id);

690: hr_utility.set_location('pay_mix_rollback_pkg.undo_mix_asg',20);
691: --
692: if l_rec.batch_status = 'T' then
693: -- For bug 8971846
694: open csr_parent_req_id (fnd_global.conc_request_id);
695: fetch csr_parent_req_id into l_parent_id;
696: close csr_parent_req_id;
697: if l_parent_id is not null then
698: select argument3, argument5

Line 811: open csr_get_parent_req_id(fnd_global.conc_request_id);

807: close csr_asg_act;
808: --
809: l_parent_id := null;
810: /*Bug 10152705 Get the request id of BEE Batch Process (Rollback) and get the parameter value of Leave Batch*/
811: open csr_get_parent_req_id(fnd_global.conc_request_id);
812: fetch csr_get_parent_req_id into l_parent_id;
813: close csr_get_parent_req_id;
814:
815: if l_parent_id is not null then