DBA Data[Home] [Help]

APPS.PQH_RT_MATRIX_NODE_VALUES_API dependencies on HR_UTILITY

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

39: l_node_value_id PQH_RT_MATRIX_NODE_VALUES.node_value_id%TYPE;
40: l_object_version_number PQH_RT_MATRIX_NODE_VALUES.object_version_number%TYPE;
41: l_proc varchar2(72) := g_package||'create_rate_matrix_node';
42: begin
43: hr_utility.set_location('Entering:'|| l_proc, 10);
44: --
45: -- Issue a savepoint
46: --
47: savepoint create_rt_matrix_node_value;

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

158: --
159: p_node_VALUE_id := l_node_value_id;
160: p_object_version_number := l_object_version_number;
161: --
162: hr_utility.set_location(' Leaving:'||l_proc, 70);
163: exception
164: when hr_api.validate_enabled then
165: --
166: -- As the Validate_Enabled exception has been raised

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

174: --
175: p_NODE_VALUE_ID := null;
176: p_object_version_number := null;
177:
178: hr_utility.set_location(' Leaving:'||l_proc, 80);
179: when others then
180: --
181: -- A validation or unexpected error has occured
182: --

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

187: --
188: p_NODE_VALUE_ID := null;
189: p_object_version_number := null;
190:
191: hr_utility.set_location(' Leaving:'||l_proc, 90);
192: raise;
193: end create_rt_matrix_node_value;
194: --
195: -- ----------------------------------------------------------------------------

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

225: l_object_version_number PQH_RT_MATRIX_NODE_VALUES.object_version_number%TYPE;
226: l_effective_date date;
227: l_proc varchar2(72) := g_package||'update_rt_matrix_node_value';
228: begin
229: hr_utility.set_location('Entering:'|| l_proc, 10);
230: --
231: -- Issue a savepoint
232: --
233: savepoint update_rt_matrix_node_value;

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

347: -- Set all IN OUT and OUT parameters with out values
348: --
349: p_object_version_number := l_object_version_number;
350: --
351: hr_utility.set_location(' Leaving:'||l_proc, 70);
352: exception
353: when hr_api.validate_enabled then
354: --
355: -- As the Validate_Enabled exception has been raised

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

361: -- (Any key or derived arguments must be set to null
362: -- when validation only mode is being used.)
363: --
364: p_object_version_number := p_object_version_number;
365: hr_utility.set_location(' Leaving:'||l_proc, 80);
366: when others then
367: --
368: -- A validation or unexpected error has occured
369: --

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

372: -- Reset IN OUT parameters and set all
373: -- OUT parameters, including warnings, to null
374: --
375: p_object_version_number := p_object_version_number;
376: hr_utility.set_location(' Leaving:'||l_proc, 90);
377: raise;
378: end update_rt_matrix_node_value;
379: --
380: -- ----------------------------------------------------------------------------

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

393: --
394: l_effective_date date;
395: l_proc varchar2(72) := g_package||'delete_rt_matrix_node_value';
396: begin
397: hr_utility.set_location('Entering:'|| l_proc, 10);
398: --
399: -- Issue a savepoint
400: --
401: savepoint delete_rt_matrix_node_value;

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

466: --
467: -- Set all IN OUT and OUT parameters with out values
468: --
469: --
470: hr_utility.set_location(' Leaving:'||l_proc, 70);
471: exception
472: when hr_api.validate_enabled then
473: --
474: -- As the Validate_Enabled exception has been raised

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

479: -- Reset IN OUT parameters and set OUT parameters
480: -- (Any key or derived arguments must be set to null
481: -- when validation only mode is being used.)
482: --
483: hr_utility.set_location(' Leaving:'||l_proc, 80);
484: when others then
485: --
486: -- A validation or unexpected error has occured
487: --

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

489: --
490: -- Reset IN OUT parameters and set all
491: -- OUT parameters, including warnings, to null
492: --
493: hr_utility.set_location(' Leaving:'||l_proc, 90);
494: raise;
495: end delete_rt_matrix_node_value;
496: --
497: end PQH_RT_MATRIX_NODE_VALUES_API;