DBA Data[Home] [Help]

APPS.PSP_SALARY_CAPS_API dependencies on HR_UTILITY

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

32: l_start_date date;
33: l_end_date date;
34:
35: begin
36: hr_utility.set_location('Entering:'|| l_proc, 10);
37: --
38: -- Issue a savepoint
39: --
40: savepoint create_salary_cap;

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

120: --
121: -- p_object_version_number := l_object_version_number;
122:
123: --
124: hr_utility.set_location(' Leaving:'||l_proc, 70);
125: exception
126: when hr_api.validate_enabled then
127: --
128: -- As the Validate_Enabled exception has been raised

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

134: -- (Any key or derived arguments must be set to null
135: -- when validation only mode is being used.)
136: --
137: p_object_version_number := null;
138: hr_utility.set_location(' Leaving:'||l_proc, 80);
139: when others then
140: --
141: -- A validation or unexpected error has occured
142: --

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

145: -- Reset IN OUT parameters and set all
146: -- OUT parameters, including warnings, to null
147: --
148: p_object_version_number := null;
149: hr_utility.set_location(' Leaving:'||l_proc, 90);
150: raise;
151: end create_salary_cap;
152:
153:

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

181: l_proc varchar2(72) := g_package||'update_salary_cap';
182: l_start_date date;
183: l_end_date date;
184: begin
185: hr_utility.set_location('Entering:'|| l_proc, 10);
186: --
187: -- Issue a savepoint
188: --
189: savepoint update_salary_cap;

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

267: -- Set all IN OUT and OUT parameters with out values
268: --
269: p_object_version_number := l_object_version_number;
270:
271: hr_utility.set_location(' Leaving:'||l_proc, 70);
272: exception
273: when hr_api.validate_enabled then
274: --
275: -- As the Validate_Enabled exception has been raised

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

281: -- (Any key or derived arguments must be set to null
282: -- when validation only mode is being used.)
283: --
284: p_object_version_number := null;
285: hr_utility.set_location(' Leaving:'||l_proc, 80);
286: when others then
287: --
288: -- A validation or unexpected error has occured
289: --

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

292: -- Reset IN OUT parameters and set all
293: -- OUT parameters, including warnings, to null
294: --
295: p_object_version_number := null;
296: hr_utility.set_location(' Leaving:'||l_proc, 90);
297: raise;
298: end update_salary_cap;
299:
300:

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

317: --
318: l_object_version_number number(9);
319: l_proc varchar2(72) := g_package||'delete_salary_cap';
320: begin
321: hr_utility.set_location('Entering:'|| l_proc, 10);
322: --
323: -- Issue a savepoint
324: --
325: savepoint delete_salary_cap;

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

382: --
383: -- Set all IN OUT and OUT parameters with out values
384: --
385: p_object_version_number := l_object_version_number;
386: hr_utility.set_location(' Leaving:'||l_proc, 70);
387: exception
388: when hr_api.validate_enabled then
389: --
390: -- As the Validate_Enabled exception has been raised

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

396: -- (Any key or derived arguments must be set to null
397: -- when validation only mode is being used.)
398: --
399: p_object_version_number := null;
400: hr_utility.set_location(' Leaving:'||l_proc, 80);
401: when others then
402: --
403: -- A validation or unexpected error has occured
404: --

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

407: -- Reset IN OUT parameters and set all
408: -- OUT parameters, including warnings, to null
409: --
410: p_object_version_number := null;
411: hr_utility.set_location(' Leaving:'||l_proc, 90);
412: raise;
413: end delete_salary_cap;
414: --
415: end psp_salary_caps_api;