DBA Data[Home] [Help]

APPS.HR_HU_CONTINGENT_WORKER_API dependencies on HR_UTILITY

Line 153: hr_utility.set_location('Entering:'|| l_proc, 5);

149: from per_business_groups pbg
150: where pbg.business_group_id = p_business_group_id;
151: --
152: begin
153: hr_utility.set_location('Entering:'|| l_proc, 5);
154: --
155: -- Check that the specified business group is valid.
156: --
157: open csr_bg;

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

158: fetch csr_bg
159: into l_legislation_code;
160: if csr_bg%notfound then
161: close csr_bg;
162: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
163: hr_utility.raise_error;
164: end if;
165: close csr_bg;
166: --

Line 163: hr_utility.raise_error;

159: into l_legislation_code;
160: if csr_bg%notfound then
161: close csr_bg;
162: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
163: hr_utility.raise_error;
164: end if;
165: close csr_bg;
166: --
167: -- Check that the legislation of the specified business group is 'HU'.

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

166: --
167: -- Check that the legislation of the specified business group is 'HU'.
168: --
169: if l_legislation_code <> 'HU' then
170: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
171: hr_utility.set_message_token('LEG_CODE','HU');
172: hr_utility.raise_error;
173: end if;
174:

Line 171: hr_utility.set_message_token('LEG_CODE','HU');

167: -- Check that the legislation of the specified business group is 'HU'.
168: --
169: if l_legislation_code <> 'HU' then
170: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
171: hr_utility.set_message_token('LEG_CODE','HU');
172: hr_utility.raise_error;
173: end if;
174:
175:

Line 172: hr_utility.raise_error;

168: --
169: if l_legislation_code <> 'HU' then
170: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
171: hr_utility.set_message_token('LEG_CODE','HU');
172: hr_utility.raise_error;
173: end if;
174:
175:
176: hr_utility.set_location(l_proc, 6);

Line 176: hr_utility.set_location(l_proc, 6);

172: hr_utility.raise_error;
173: end if;
174:
175:
176: hr_utility.set_location(l_proc, 6);
177:
178:
179: --
180: -- Call the person business process