DBA Data[Home] [Help]

APPS.PER_PYP_BUS dependencies on BEN_CWB_POST_PROCESS

Line 2336: if (p_approved = 'N' and NVL(BEN_CWB_POST_PROCESS.g_is_cwb_component_plan,'N') = 'N') THEN

2332: -- If there are approved proposals in the future then this proposal
2333: -- Cannot be in Proposed status
2334:
2335: ---changed for Bug 7126872 in order to skip the error for cwb process
2336: if (p_approved = 'N' and NVL(BEN_CWB_POST_PROCESS.g_is_cwb_component_plan,'N') = 'N') THEN
2337: open csr_future_approved_proposals;
2338: fetch csr_future_approved_proposals into l_exists;
2339: if csr_future_approved_proposals%notfound then
2340: hr_utility.set_location(l_proc, 55);