DBA Data[Home] [Help]

APPS.HR_FR_JOB_API dependencies on HR_UTILITY

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

89: from per_business_groups pbg
90: where pbg.business_group_id = p_business_group_id;
91: --
92: begin
93: hr_utility.set_location('Entering:'|| l_proc, 5);
94: --
95: -- Validation in addition to Row Handlers
96: --
97: -- Check that the specified business group is valid.

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

100: fetch csr_bg
101: into l_legislation_code;
102: if csr_bg%notfound then
103: close csr_bg;
104: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
105: hr_utility.raise_error;
106: end if;
107: close csr_bg;
108: --

Line 105: hr_utility.raise_error;

101: into l_legislation_code;
102: if csr_bg%notfound then
103: close csr_bg;
104: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
105: hr_utility.raise_error;
106: end if;
107: close csr_bg;
108: --
109: -- Check that the legislation of the specified business group is 'FR'.

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

108: --
109: -- Check that the legislation of the specified business group is 'FR'.
110: --
111: if l_legislation_code <> 'FR' then
112: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
113: hr_utility.set_message_token('LEG_CODE','FR');
114: hr_utility.raise_error;
115: end if;
116:

Line 113: hr_utility.set_message_token('LEG_CODE','FR');

109: -- Check that the legislation of the specified business group is 'FR'.
110: --
111: if l_legislation_code <> 'FR' then
112: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
113: hr_utility.set_message_token('LEG_CODE','FR');
114: hr_utility.raise_error;
115: end if;
116:
117: hr_utility.set_location(l_proc, 6);

Line 114: hr_utility.raise_error;

110: --
111: if l_legislation_code <> 'FR' then
112: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
113: hr_utility.set_message_token('LEG_CODE','FR');
114: hr_utility.raise_error;
115: end if;
116:
117: hr_utility.set_location(l_proc, 6);
118: --

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

113: hr_utility.set_message_token('LEG_CODE','FR');
114: hr_utility.raise_error;
115: end if;
116:
117: hr_utility.set_location(l_proc, 6);
118: --
119: -- Call the person business process
120: --
121: hr_job_api.create_job

Line 193: hr_utility.set_location(' Leaving:'||l_proc, 7);

189: ,p_job_definition_id => p_job_definition_id
190: ,p_name => p_name
191: );
192: --
193: hr_utility.set_location(' Leaving:'||l_proc, 7);
194: end create_fr_job;
195: /*
196: --
197: -- ----------------------------------------------------------------------------

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

278: from per_jobs_v pj
279: where pj.job_id = p_job_id);
280: --
281: begin
282: hr_utility.set_location('Entering:'|| l_proc, 5);
283: --
284: -- Validation in addition to Row Handlers
285: --
286: -- Check that the specified business group is valid.

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

289: fetch csr_bg
290: into l_legislation_code;
291: if csr_bg%notfound then
292: close csr_bg;
293: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
294: hr_utility.raise_error;
295: end if;
296: close csr_bg;
297: --

Line 294: hr_utility.raise_error;

290: into l_legislation_code;
291: if csr_bg%notfound then
292: close csr_bg;
293: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
294: hr_utility.raise_error;
295: end if;
296: close csr_bg;
297: --
298: -- Check that the legislation of the specified business group is 'FR'.

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

297: --
298: -- Check that the legislation of the specified business group is 'FR'.
299: --
300: if l_legislation_code <> 'FR' then
301: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
302: hr_utility.set_message_token('LEG_CODE','FR');
303: hr_utility.raise_error;
304: end if;
305:

Line 302: hr_utility.set_message_token('LEG_CODE','FR');

298: -- Check that the legislation of the specified business group is 'FR'.
299: --
300: if l_legislation_code <> 'FR' then
301: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
302: hr_utility.set_message_token('LEG_CODE','FR');
303: hr_utility.raise_error;
304: end if;
305:
306: hr_utility.set_location(l_proc, 6);

Line 303: hr_utility.raise_error;

299: --
300: if l_legislation_code <> 'FR' then
301: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
302: hr_utility.set_message_token('LEG_CODE','FR');
303: hr_utility.raise_error;
304: end if;
305:
306: hr_utility.set_location(l_proc, 6);
307: --

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

302: hr_utility.set_message_token('LEG_CODE','FR');
303: hr_utility.raise_error;
304: end if;
305:
306: hr_utility.set_location(l_proc, 6);
307: --
308: -- Call the person business process
309: --
310:

Line 380: hr_utility.set_location(' Leaving:'||l_proc, 7);

376: ,p_name => p_name
377: ,p_valid_grades_changed_warning => p_valid_grades_changed_warning
378: );
379: --
380: hr_utility.set_location(' Leaving:'||l_proc, 7);
381: end update_fr_job;
382: */
383: --
384: end hr_fr_job_api;