DBA Data[Home] [Help]

APPS.PAY_NET_CALCULATION_RULES_PKG dependencies on HR_UTILITY

Line 159: hr_utility.set_message(801, 'HR_13162_PTO_DUP_INP_VAL');

155: -- go ahead and check the value of the local variable - if it's 'Y' then this
156: -- record is duplicated
157: --
158: IF (l_comb_exists = 'Y') THEN
159: hr_utility.set_message(801, 'HR_13162_PTO_DUP_INP_VAL');
160: hr_utility.raise_error;
161: END IF;
162: --
163: END DUP_INPUT_VALUE;

Line 160: hr_utility.raise_error;

156: -- record is duplicated
157: --
158: IF (l_comb_exists = 'Y') THEN
159: hr_utility.set_message(801, 'HR_13162_PTO_DUP_INP_VAL');
160: hr_utility.raise_error;
161: END IF;
162: --
163: END DUP_INPUT_VALUE;
164: