DBA Data[Home] [Help]

APPS.HR_IN_PERSONAL_PAY_METHOD_API dependencies on HR_UTILITY

Line 79: g_debug := hr_utility.debug_enabled ;

75: --
76: --
77: BEGIN
78: l_proc := g_package||'create_in_personal_pay_method';
79: g_debug := hr_utility.debug_enabled ;
80:
81: pay_in_utils.set_location(g_debug,'Entering:'|| l_proc, 10);
82: --
83: --

Line 95: hr_utility.set_message(800, 'HR_7348_PPM_ASSIGNMENT_INVALID');

91:
92:
93: IF legsel%notfound THEN
94: CLOSE legsel;
95: hr_utility.set_message(800, 'HR_7348_PPM_ASSIGNMENT_INVALID');
96: hr_utility.raise_error;
97: END IF;
98:
99: IF legsel%found AND l_legislation_code <> 'IN' THEN

Line 96: hr_utility.raise_error;

92:
93: IF legsel%notfound THEN
94: CLOSE legsel;
95: hr_utility.set_message(800, 'HR_7348_PPM_ASSIGNMENT_INVALID');
96: hr_utility.raise_error;
97: END IF;
98:
99: IF legsel%found AND l_legislation_code <> 'IN' THEN
100: CLOSE legsel;

Line 101: hr_utility.set_message(801, 'PER_IN_BUS_GRP_INVALID');

97: END IF;
98:
99: IF legsel%found AND l_legislation_code <> 'IN' THEN
100: CLOSE legsel;
101: hr_utility.set_message(801, 'PER_IN_BUS_GRP_INVALID');
102: hr_utility.raise_error;
103: END IF;
104:
105: --

Line 102: hr_utility.raise_error;

98:
99: IF legsel%found AND l_legislation_code <> 'IN' THEN
100: CLOSE legsel;
101: hr_utility.set_message(801, 'PER_IN_BUS_GRP_INVALID');
102: hr_utility.raise_error;
103: END IF;
104:
105: --
106: CLOSE legsel;

Line 241: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');

237: INTO l_legislation_code;
238: --
239: IF legsel%notfound THEN
240: CLOSE legsel;
241: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
242: hr_utility.raise_error;
243: END IF;
244:
245: IF legsel%found AND l_legislation_code <> 'IN' THEN

Line 242: hr_utility.raise_error;

238: --
239: IF legsel%notfound THEN
240: CLOSE legsel;
241: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
242: hr_utility.raise_error;
243: END IF;
244:
245: IF legsel%found AND l_legislation_code <> 'IN' THEN
246: CLOSE legsel;

Line 247: hr_utility.set_message(801, 'PER_IN_BUS_GRP_INVALID');

243: END IF;
244:
245: IF legsel%found AND l_legislation_code <> 'IN' THEN
246: CLOSE legsel;
247: hr_utility.set_message(801, 'PER_IN_BUS_GRP_INVALID');
248: hr_utility.raise_error;
249: END IF;
250: --
251: CLOSE legsel;

Line 248: hr_utility.raise_error;

244:
245: IF legsel%found AND l_legislation_code <> 'IN' THEN
246: CLOSE legsel;
247: hr_utility.set_message(801, 'PER_IN_BUS_GRP_INVALID');
248: hr_utility.raise_error;
249: END IF;
250: --
251: CLOSE legsel;
252: