DBA Data[Home] [Help]

APPS.PER_GB_REVERSE_TERM_RULES dependencies on PAY_P45_PKG

Line 42: if pay_p45_pkg.return_p45_issued_flag(l_asg.assignment_id) = 'Y' then

38: --
39: -- Check if P45 is issued for this Assignnment
40: -- if issued, error message should be shown.
41: --
42: if pay_p45_pkg.return_p45_issued_flag(l_asg.assignment_id) = 'Y' then
43: hr_utility.trace(l_proc||': P45 issued for Assignment ID : '||l_asg.assignment_id);
44: hr_utility.set_message(800,'HR_GB_78150_P45_ISSUED_SS');
45: hr_utility.raise_error;
46: end if;