DBA Data[Home] [Help]

APPS.HR_ASG_BUDGET_VALUE_API dependencies on HR_UTILITY

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

36: l_effective_start_date date;
37: l_effective_end_date date;
38: l_proc varchar2(72) := g_package||'CREATE_ASG_BUDGET_VALUE';
39: begin
40: hr_utility.set_location('Entering:'|| l_proc, 10);
41: --
42: -- Issue a savepoint
43: --
44: savepoint CREATE_ASG_BUDGET_VALUE;

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

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

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

158: -- when validation only mode is being used.)
159: --
160: p_assignment_budget_value_id := null;
161: p_object_version_number := null;
162: hr_utility.set_location(' Leaving:'||l_proc, 80);
163: when others then
164: --
165: -- A validation or unexpected error has occured
166: --

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

167: p_object_version_number := null;
168: p_assignment_budget_value_id := null;
169:
170: rollback to CREATE_ASG_BUDGET_VALUE;
171: hr_utility.set_location(' Leaving:'||l_proc, 90);
172: raise;
173: end CREATE_ASG_BUDGET_VALUE;
174: --
175: -- ----------------------------------------------------------------------------

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

205: --
206: lv_object_version_number number := p_object_version_number ;
207: --
208: begin
209: hr_utility.set_location('Entering:'|| l_proc, 10);
210: --
211: -- Issue a savepoint
212: --
213: savepoint UPDATE_ASG_BUDGET_VALUE;

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

304: --
305: -- Set all output arguments
306: --
307: --
308: hr_utility.set_location(' Leaving:'||l_proc, 70);
309: exception
310: when hr_api.validate_enabled then
311: --
312: -- As the Validate_Enabled exception has been raised

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

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

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

325: --
326: p_object_version_number := lv_object_version_number ;
327:
328: rollback to UPDATE_ASG_BUDGET_VALUE;
329: hr_utility.set_location(' Leaving:'||l_proc, 90);
330: raise;
331: end UPDATE_ASG_BUDGET_VALUE;
332: --
333:

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

353: --
354: lv_object_version_number number := p_object_version_number ;
355: --
356: begin
357: hr_utility.set_location('Entering:'|| l_proc, 10);
358:
359: --
360: -- Issue a savepoint
361: --

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

423: -- Set all output arguments
424: --
425: --
426: p_object_version_number := l_object_version_number;
427: hr_utility.set_location(' Leaving:'||l_proc, 70);
428: exception
429: when hr_api.validate_enabled then
430: --
431: -- As the Validate_Enabled exception has been raised

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

436: -- Only set output warning arguments
437: -- (Any key or derived arguments must be set to null
438: -- when validation only mode is being used.)
439: --
440: hr_utility.set_location(' Leaving:'||l_proc, 80);
441: when others then
442: --
443: -- A validation or unexpected error has occured
444: --

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

444: --
445: p_object_version_number := lv_object_version_number ;
446:
447: rollback to DELETE_ASG_BUDGET_VALUE;
448: hr_utility.set_location(' Leaving:'||l_proc, 90);
449: raise;
450: end DELETE_ASG_BUDGET_VALUE;
451: --
452: