DBA Data[Home] [Help]

APPS.HR_FI_QUALIFICATION_API dependencies on HR_UTILITY

Line 80: hr_utility.set_location('Entering:'|| l_proc, 10);

76: FROM per_business_groups pbg
77: WHERE pbg.business_group_id = p_business_group_id;
78: --
79: BEGIN
80: hr_utility.set_location('Entering:'|| l_proc, 10);
81: --
82: -- Validation IN addition to Row Handlers
83: --
84: -- Check that the specified business group is valid.

Line 91: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');

87: FETCH csr_leg_code
88: INTO l_legislation_code;
89: IF csr_leg_code%notfound THEN
90: CLOSE csr_leg_code;
91: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
92: hr_utility.raise_error;
93: END IF;
94: CLOSE csr_leg_code;
95: hr_utility.set_location(l_proc, 20);

Line 92: hr_utility.raise_error;

88: INTO l_legislation_code;
89: IF csr_leg_code%notfound THEN
90: CLOSE csr_leg_code;
91: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
92: hr_utility.raise_error;
93: END IF;
94: CLOSE csr_leg_code;
95: hr_utility.set_location(l_proc, 20);
96: --

Line 95: hr_utility.set_location(l_proc, 20);

91: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
92: hr_utility.raise_error;
93: END IF;
94: CLOSE csr_leg_code;
95: hr_utility.set_location(l_proc, 20);
96: --
97: -- Check that the legislation of the specified business group is 'FI'.
98: --
99: IF l_legislation_code <> 'FI' THEN

Line 100: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');

96: --
97: -- Check that the legislation of the specified business group is 'FI'.
98: --
99: IF l_legislation_code <> 'FI' THEN
100: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
101: hr_utility.set_message_token('LEG_CODE','FI');
102: hr_utility.raise_error;
103: END IF;
104: hr_utility.set_location(l_proc, 30);

Line 101: hr_utility.set_message_token('LEG_CODE','FI');

97: -- Check that the legislation of the specified business group is 'FI'.
98: --
99: IF l_legislation_code <> 'FI' THEN
100: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
101: hr_utility.set_message_token('LEG_CODE','FI');
102: hr_utility.raise_error;
103: END IF;
104: hr_utility.set_location(l_proc, 30);
105: --

Line 102: hr_utility.raise_error;

98: --
99: IF l_legislation_code <> 'FI' THEN
100: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
101: hr_utility.set_message_token('LEG_CODE','FI');
102: hr_utility.raise_error;
103: END IF;
104: hr_utility.set_location(l_proc, 30);
105: --
106: -- Call the person business process

Line 104: hr_utility.set_location(l_proc, 30);

100: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
101: hr_utility.set_message_token('LEG_CODE','FI');
102: hr_utility.raise_error;
103: END IF;
104: hr_utility.set_location(l_proc, 30);
105: --
106: -- Call the person business process
107: --
108: per_qualifications_api.create_qualification

Line 169: hr_utility.set_location(' Leaving:'||l_proc, 40);

165: ,p_qualification_id => p_qualification_id
166: ,p_object_version_number => p_object_version_number
167: );
168: --
169: hr_utility.set_location(' Leaving:'||l_proc, 40);
170: --
171: end create_fi_qualification;
172: --
173: -- ----------------------------------------------------------------------------

Line 247: hr_utility.set_location('Entering:'|| l_proc, 10);

243: and pbg.business_group_id (+) = qua.business_group_id;
244:
245: --
246: BEGIN
247: hr_utility.set_location('Entering:'|| l_proc, 10);
248: --
249: -- Validation IN addition to Row Handlers
250: --
251: -- Check that the specified business group is valid.

Line 258: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');

254: FETCH csr_leg_code
255: INTO l_legislation_code;
256: IF csr_leg_code%notfound THEN
257: CLOSE csr_leg_code;
258: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
259: hr_utility.raise_error;
260: END IF;
261: CLOSE csr_leg_code;
262: hr_utility.set_location(l_proc, 20);

Line 259: hr_utility.raise_error;

255: INTO l_legislation_code;
256: IF csr_leg_code%notfound THEN
257: CLOSE csr_leg_code;
258: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
259: hr_utility.raise_error;
260: END IF;
261: CLOSE csr_leg_code;
262: hr_utility.set_location(l_proc, 20);
263: --

Line 262: hr_utility.set_location(l_proc, 20);

258: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
259: hr_utility.raise_error;
260: END IF;
261: CLOSE csr_leg_code;
262: hr_utility.set_location(l_proc, 20);
263: --
264: -- Check that the legislation of the specified business group is 'FI'.
265: --
266: IF l_legislation_code <> 'FI' THEN

Line 267: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');

263: --
264: -- Check that the legislation of the specified business group is 'FI'.
265: --
266: IF l_legislation_code <> 'FI' THEN
267: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
268: hr_utility.set_message_token('LEG_CODE','FI');
269: hr_utility.raise_error;
270: END IF;
271: hr_utility.set_location(l_proc, 30);

Line 268: hr_utility.set_message_token('LEG_CODE','FI');

264: -- Check that the legislation of the specified business group is 'FI'.
265: --
266: IF l_legislation_code <> 'FI' THEN
267: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
268: hr_utility.set_message_token('LEG_CODE','FI');
269: hr_utility.raise_error;
270: END IF;
271: hr_utility.set_location(l_proc, 30);
272: --

Line 269: hr_utility.raise_error;

265: --
266: IF l_legislation_code <> 'FI' THEN
267: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
268: hr_utility.set_message_token('LEG_CODE','FI');
269: hr_utility.raise_error;
270: END IF;
271: hr_utility.set_location(l_proc, 30);
272: --
273: -- Call the person business process

Line 271: hr_utility.set_location(l_proc, 30);

267: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
268: hr_utility.set_message_token('LEG_CODE','FI');
269: hr_utility.raise_error;
270: END IF;
271: hr_utility.set_location(l_proc, 30);
272: --
273: -- Call the person business process
274: --
275: per_qualifications_api.update_qualification

Line 333: hr_utility.set_location(' Leaving:'||l_proc, 40);

329: ,p_subscription_payment_method => p_subscription_payment_method
330: ,p_object_version_number => p_object_version_number
331: );
332: --
333: hr_utility.set_location(' Leaving:'||l_proc, 40);
334: --
335: end update_fi_qualification;
336:
337: