DBA Data[Home] [Help]

APPS.PQH_CRITERIA_RATE_FACTORS_API dependencies on HR_UTILITY

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

27: l_criteria_rate_factor_id PQH_CRITERIA_RATE_FACTORS.criteria_rate_factor_id%TYPE;
28: l_object_version_number PQH_CRITERIA_RATE_FACTORS.object_version_number%TYPE;
29: l_proc varchar2(72) := g_package||'create_criteria_rate_factor';
30: begin
31: hr_utility.set_location('Entering:'|| l_proc, 10);
32: --
33: -- Issue a savepoint
34: --
35: savepoint create_criteria_rate_factor;

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

145: --
146: p_criteria_rate_factor_id := l_criteria_rate_factor_id;
147: p_object_version_number := l_object_version_number;
148: --
149: hr_utility.set_location(' Leaving:'||l_proc, 70);
150: exception
151: when hr_api.validate_enabled then
152: --
153: -- As the Validate_Enabled exception has been raised

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

161: --
162: p_criteria_rate_factor_id := null;
163: p_object_version_number := null;
164:
165: hr_utility.set_location(' Leaving:'||l_proc, 80);
166: when others then
167: --
168: -- A validation or unexpected error has occured
169: --

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

174: --
175: p_criteria_rate_factor_id := null;
176: p_object_version_number := null;
177:
178: hr_utility.set_location(' Leaving:'||l_proc, 90);
179: raise;
180: end create_criteria_rate_factor;
181:
182:

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

203: l_effective_date date;
204: l_proc varchar2(72) := g_package||'update_criteria_rate_factor';
205: l_object_version_number PQH_CRITERIA_RATE_FACTORS.object_version_number%TYPE;
206: begin
207: hr_utility.set_location('Entering:'|| l_proc, 10);
208: --
209: -- Issue a savepoint
210: --
211: savepoint update_criteria_rate_factor;

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

305: -- Set all IN OUT and OUT parameters with out values
306: --
307: p_object_version_number := l_object_version_number;
308: --
309: hr_utility.set_location(' Leaving:'||l_proc, 70);
310: exception
311: when hr_api.validate_enabled then
312: --
313: -- As the Validate_Enabled exception has been raised

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

319: -- (Any key or derived arguments must be set to null
320: -- when validation only mode is being used.)
321: --
322: p_object_version_number := p_object_version_number;
323: hr_utility.set_location(' Leaving:'||l_proc, 80);
324: when others then
325: --
326: -- A validation or unexpected error has occured
327: --

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

330: -- Reset IN OUT parameters and set all
331: -- OUT parameters, including warnings, to null
332: --
333: p_object_version_number := p_object_version_number;
334: hr_utility.set_location(' Leaving:'||l_proc, 90);
335: raise;
336: end update_criteria_rate_factor;
337:
338:

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

353:
354: l_effective_date date;
355: l_proc varchar2(72) := g_package||'delete_criteria_rate_factor';
356: begin
357: hr_utility.set_location('Entering:'|| l_proc, 10);
358: --
359: -- Issue a savepoint
360: --
361: savepoint delete_criteria_rate_factor;

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

425: --
426: -- Set all IN OUT and OUT parameters with out values
427: --
428: --
429: hr_utility.set_location(' Leaving:'||l_proc, 70);
430: exception
431: when hr_api.validate_enabled then
432: --
433: -- As the Validate_Enabled exception has been raised

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

438: -- Reset IN OUT parameters and set OUT parameters
439: -- (Any key or derived arguments must be set to null
440: -- when validation only mode is being used.)
441: --
442: hr_utility.set_location(' Leaving:'||l_proc, 80);
443: when others then
444: --
445: -- A validation or unexpected error has occured
446: --

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

448: --
449: -- Reset IN OUT parameters and set all
450: -- OUT parameters, including warnings, to null
451: --
452: hr_utility.set_location(' Leaving:'||l_proc, 90);
453: raise;
454: end delete_criteria_rate_factor;
455: --
456: --