DBA Data[Home] [Help]

APPS.HR_HU_APPLICANT_API dependencies on HR_UTILITY

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

144: from per_business_groups pbg
145: where pbg.business_group_id = p_business_group_id;
146: --
147: begin
148: hr_utility.set_location('Entering:'|| l_proc, 5);
149:
150: -- Check that the specified business group is valid.
151: --
152: open csr_bg;

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

153: fetch csr_bg
154: into l_legislation_code;
155: if csr_bg%notfound then
156: close csr_bg;
157: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
158: hr_utility.raise_error;
159: end if;
160: close csr_bg;
161: --

Line 158: hr_utility.raise_error;

154: into l_legislation_code;
155: if csr_bg%notfound then
156: close csr_bg;
157: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
158: hr_utility.raise_error;
159: end if;
160: close csr_bg;
161: --
162: -- Check that the legislation of the specified business group is 'HU'.

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

161: --
162: -- Check that the legislation of the specified business group is 'HU'.
163: --
164: if l_legislation_code <> 'HU' then
165: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
166: hr_utility.set_message_token('LEG_CODE','HU');
167: hr_utility.raise_error;
168: end if;
169:

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

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

Line 167: hr_utility.raise_error;

163: --
164: if l_legislation_code <> 'HU' then
165: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
166: hr_utility.set_message_token('LEG_CODE','HU');
167: hr_utility.raise_error;
168: end if;
169:
170:
171: hr_utility.set_location(l_proc, 6);

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

167: hr_utility.raise_error;
168: end if;
169:
170:
171: hr_utility.set_location(l_proc, 6);
172:
173: hr_applicant_api.create_applicant
174: (p_validate => p_validate
175: ,p_date_received => p_date_received