DBA Data[Home] [Help]

APPS.PQH_RATE_FACTOR_ON_ELMNTS_API dependencies on HR_UTILITY

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

29: l_rate_factor_on_elmnt_id PQH_RATE_FACTOR_ON_ELMNTS.rate_factor_on_elmnt_id%TYPE;
30: l_object_version_number PQH_RATE_FACTOR_ON_ELMNTS.object_version_number%TYPE;
31: l_proc varchar2(72) := g_package||'create_rate_factor_on_elmnt';
32: begin
33: hr_utility.set_location('Entering:'|| l_proc, 10);
34: --
35: -- Issue a savepoint
36: --
37: savepoint create_rate_factor_on_elmnt;

Line 167: hr_utility.set_location(' Leaving:'||l_proc, 70);

163: --
164: p_rate_factor_on_elmnt_id := l_rate_factor_on_elmnt_id;
165: p_object_version_number := l_object_version_number;
166: --
167: hr_utility.set_location(' Leaving:'||l_proc, 70);
168: exception
169: when hr_api.validate_enabled then
170: --
171: -- As the Validate_Enabled exception has been raised

Line 183: hr_utility.set_location(' Leaving:'||l_proc, 80);

179: --
180: p_rate_factor_on_elmnt_id := null;
181: p_object_version_number := null;
182:
183: hr_utility.set_location(' Leaving:'||l_proc, 80);
184: when others then
185: --
186: -- A validation or unexpected error has occured
187: --

Line 196: hr_utility.set_location(' Leaving:'||l_proc, 90);

192: --
193: p_rate_factor_on_elmnt_id := null;
194: p_object_version_number := null;
195:
196: hr_utility.set_location(' Leaving:'||l_proc, 90);
197: raise;
198: end create_rate_factor_on_elmnt;
199:
200:

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

222: l_effective_date date;
223: l_proc varchar2(72) := g_package||'update_rate_factor_on_elmnt';
224: l_object_version_number PQH_RATE_FACTOR_ON_ELMNTS.object_version_number%TYPE;
225: begin
226: hr_utility.set_location('Entering:'|| l_proc, 10);
227: --
228: -- Issue a savepoint
229: --
230: savepoint update_rate_factor_on_elmnt;

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

329: -- Set all IN OUT and OUT parameters with out values
330: --
331: p_object_version_number := l_object_version_number;
332: --
333: hr_utility.set_location(' Leaving:'||l_proc, 70);
334: exception
335: when hr_api.validate_enabled then
336: --
337: -- As the Validate_Enabled exception has been raised

Line 347: hr_utility.set_location(' Leaving:'||l_proc, 80);

343: -- (Any key or derived arguments must be set to null
344: -- when validation only mode is being used.)
345: --
346: p_object_version_number := p_object_version_number;
347: hr_utility.set_location(' Leaving:'||l_proc, 80);
348: when others then
349: --
350: -- A validation or unexpected error has occured
351: --

Line 358: hr_utility.set_location(' Leaving:'||l_proc, 90);

354: -- Reset IN OUT parameters and set all
355: -- OUT parameters, including warnings, to null
356: --
357: p_object_version_number := p_object_version_number;
358: hr_utility.set_location(' Leaving:'||l_proc, 90);
359: raise;
360: end update_rate_factor_on_elmnt;
361:
362:

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

377:
378: l_effective_date date;
379: l_proc varchar2(72) := g_package||'delete_rate_factor_on_elmnt';
380: begin
381: hr_utility.set_location('Entering:'|| l_proc, 10);
382: --
383: -- Issue a savepoint
384: --
385: savepoint delete_rate_factor_on_elmnt;

Line 453: hr_utility.set_location(' Leaving:'||l_proc, 70);

449: --
450: -- Set all IN OUT and OUT parameters with out values
451: --
452: --
453: hr_utility.set_location(' Leaving:'||l_proc, 70);
454: exception
455: when hr_api.validate_enabled then
456: --
457: -- As the Validate_Enabled exception has been raised

Line 466: hr_utility.set_location(' Leaving:'||l_proc, 80);

462: -- Reset IN OUT parameters and set OUT parameters
463: -- (Any key or derived arguments must be set to null
464: -- when validation only mode is being used.)
465: --
466: hr_utility.set_location(' Leaving:'||l_proc, 80);
467: when others then
468: --
469: -- A validation or unexpected error has occured
470: --

Line 476: hr_utility.set_location(' Leaving:'||l_proc, 90);

472: --
473: -- Reset IN OUT parameters and set all
474: -- OUT parameters, including warnings, to null
475: --
476: hr_utility.set_location(' Leaving:'||l_proc, 90);
477: raise;
478: end delete_rate_factor_on_elmnt;
479: --
480: --