DBA Data[Home] [Help]

APPS.PAY_FORMULA_RESULT_RULE_API dependencies on HR_UTILITY

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

44: and p_effective_date between spr.effective_start_date
45: and spr.effective_end_date;
46: --
47: begin
48: hr_utility.set_location('Entering:'|| l_proc, 10);
49: --
50: -- Issue a savepoint
51: --
52: savepoint CREATE_FORMULA_RESULT_RULE;

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

150: p_effective_start_date := l_effective_start_date;
151: p_effective_end_date := l_effective_end_date;
152: p_object_version_number := l_object_version_number;
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 70);
155: exception
156: when hr_api.validate_enabled then
157: --
158: -- As the Validate_Enabled exception has been raised

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

168: p_object_version_number := null;
169: p_effective_start_date := null;
170: p_effective_end_date := null;
171: --
172: hr_utility.set_location(' Leaving:'||l_proc, 80);
173: when others then
174: --
175: -- A validation or unexpected error has occured
176: --

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

182: p_formula_result_rule_id := null;
183: p_object_version_number := null;
184: p_effective_start_date := null;
185: p_effective_end_date := null;
186: hr_utility.set_location(' Leaving:'||l_proc, 90);
187: raise;
188: --
189: End CREATE_FORMULA_RESULT_RULE;
190: --

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

224: and p_effective_date between frr.effective_start_date
225: and frr.effective_end_date;
226: --
227: begin
228: hr_utility.set_location('Entering:'|| l_proc, 10);
229: --
230: -- Issue a savepoint
231: --
232: savepoint UPDATE_FORMULA_RESULT_RULE;

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

323: p_effective_start_date := l_effective_start_date;
324: p_effective_end_date := l_effective_end_date;
325: p_object_version_number := l_object_version_number;
326: --
327: hr_utility.set_location(' Leaving:'||l_proc, 70);
328: exception
329: when hr_api.validate_enabled then
330: --
331: -- As the Validate_Enabled exception has been raised

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

340: p_object_version_number := l_object_version_number;
341: p_effective_start_date := null;
342: p_effective_end_date := null;
343: --
344: hr_utility.set_location(' Leaving:'||l_proc, 80);
345: when others then
346: --
347: -- A validation or unexpected error has occured
348: --

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

353: --
354: p_object_version_number := l_object_version_number;
355: p_effective_start_date := null;
356: p_effective_end_date := null;
357: hr_utility.set_location(' Leaving:'||l_proc, 90);
358: raise;
359: --
360: End UPDATE_FORMULA_RESULT_RULE;
361: --

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

381: l_effective_end_date date;
382: l_object_version_number number;
383: --
384: begin
385: hr_utility.set_location('Entering:'|| l_proc, 10);
386: --
387: -- Issue a savepoint
388: --
389: savepoint DELETE_FORMULA_RESULT_RULE;

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

458: p_effective_start_date := l_effective_start_date;
459: p_effective_end_date := l_effective_end_date;
460: p_object_version_number := l_object_version_number;
461: --
462: hr_utility.set_location(' Leaving:'||l_proc, 70);
463: exception
464: when hr_api.validate_enabled then
465: --
466: -- As the Validate_Enabled exception has been raised

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

475: p_object_version_number := l_object_version_number;
476: p_effective_start_date := null;
477: p_effective_end_date := null;
478: --
479: hr_utility.set_location(' Leaving:'||l_proc, 80);
480: when others then
481: --
482: -- A validation or unexpected error has occured
483: --

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

488: --
489: p_object_version_number := l_object_version_number;
490: p_effective_start_date := null;
491: p_effective_end_date := null;
492: hr_utility.set_location(' Leaving:'||l_proc, 90);
493: raise;
494: --
495: End DELETE_FORMULA_RESULT_RULE;
496: --