DBA Data[Home] [Help]

APPS.PAY_PAYSUDAP_PKG dependencies on HR_UTILITY

Line 43: hr_utility.set_message(801, 'HR_13161_PTO_BAND_OVERLAP');

39: -- go ahead and check the value of the local variable - if it's 'Y' then this
40: -- record is duplicated
41: --
42: IF (l_comb_exists = 'Y') THEN
43: hr_utility.set_message(801, 'HR_13161_PTO_BAND_OVERLAP');
44: hr_utility.raise_error;
45: END IF;
46: --
47: --

Line 44: hr_utility.raise_error;

40: -- record is duplicated
41: --
42: IF (l_comb_exists = 'Y') THEN
43: hr_utility.set_message(801, 'HR_13161_PTO_BAND_OVERLAP');
44: hr_utility.raise_error;
45: END IF;
46: --
47: --
48: END BAND_OVERLAP;

Line 83: hr_utility.set_message(801, 'HR_13165_PTO_INVALID_CEILING');

79: -- go ahead and check the value of the local variable - if it's 'Y' then this
80: -- record is duplicated
81: --
82: IF (l_record_exists = 'Y') THEN
83: hr_utility.set_message(801, 'HR_13165_PTO_INVALID_CEILING');
84: hr_utility.raise_error;
85: END IF;
86: --
87: --

Line 84: hr_utility.raise_error;

80: -- record is duplicated
81: --
82: IF (l_record_exists = 'Y') THEN
83: hr_utility.set_message(801, 'HR_13165_PTO_INVALID_CEILING');
84: hr_utility.raise_error;
85: END IF;
86: --
87: --
88: END CEILING_CHECK;