DBA Data[Home] [Help]

APPS.PER_PYP_BUS dependencies on BEN_CWB_POST_PROCESS

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

2189: -- If there are approved proposals in the future then this proposal
2190: -- Cannot be in Proposed status
2191:
2192: ---changed for Bug 7126872 in order to skip the error for cwb process
2193: if (p_approved = 'N' and NVL(BEN_CWB_POST_PROCESS.g_is_cwb_component_plan,'N') = 'N') THEN
2194: open csr_future_approved_proposals;
2195: fetch csr_future_approved_proposals into l_exists;
2196: if csr_future_approved_proposals%notfound then
2197: hr_utility.set_location(l_proc, 55);