DBA Data[Home] [Help]

APPS.HR_KI_USER_INTERFACES_API dependencies on HR_UTILITY

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

28: l_effective_date date;
29: l_object_version_number number;
30:
31: begin
32: hr_utility.set_location('Entering:'|| l_proc, 10);
33: --
34: -- Issue a savepoint
35: --
36: savepoint create_user_interface;

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

108: p_user_interface_id := l_user_interface_id;
109: p_object_version_number := l_object_version_number;
110:
111: --
112: hr_utility.set_location(' Leaving:'||l_proc, 70);
113: exception
114: when hr_api.validate_enabled then
115: --
116: -- As the Validate_Enabled exception has been raised

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

125:
126: p_user_interface_id := null;
127: p_object_version_number := null;
128:
129: hr_utility.set_location(' Leaving:'||l_proc, 80);
130: when others then
131: --
132: -- A validation or unexpected error has occured
133: --

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

139:
140: p_user_interface_id := null;
141: p_object_version_number := null;
142:
143: hr_utility.set_location(' Leaving:'||l_proc, 90);
144: raise;
145: end create_user_interface;
146: --
147: --

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

167: l_object_version_number number := p_object_version_number;
168: l_effective_date date;
169:
170: begin
171: hr_utility.set_location('Entering:'|| l_proc, 10);
172: --
173: -- Issue a savepoint
174: --
175: savepoint update_user_interface;

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

252:
253: -- p_object_version_number := p_object_version_number;
254:
255: --
256: hr_utility.set_location(' Leaving:'||l_proc, 70);
257: exception
258: when hr_api.validate_enabled then
259: --
260: -- As the Validate_Enabled exception has been raised

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

268: --
269:
270: p_object_version_number := l_object_version_number;
271:
272: hr_utility.set_location(' Leaving:'||l_proc, 80);
273: when others then
274: --
275: -- A validation or unexpected error has occured
276: --

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

281: --
282:
283: p_object_version_number := l_object_version_number;
284:
285: hr_utility.set_location(' Leaving:'||l_proc, 90);
286: raise;
287: end update_user_interface;
288: --
289: --

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

302: --
303: l_proc varchar2(72) := g_package||'delete_user_interface';
304:
305: begin
306: hr_utility.set_location('Entering:'|| l_proc, 10);
307: --
308: -- Issue a savepoint
309: --
310: savepoint delete_user_interface;

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

366: -- Set all IN OUT and OUT parameters with out values
367: --
368:
369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 70);
371: exception
372: when hr_api.validate_enabled then
373: --
374: -- As the Validate_Enabled exception has been raised

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

380: -- (Any key or derived arguments must be set to null
381: -- when validation only mode is being used.)
382: --
383:
384: hr_utility.set_location(' Leaving:'||l_proc, 80);
385: when others then
386: --
387: -- A validation or unexpected error has occured
388: --

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

390: --
391: -- Reset IN OUT parameters and set all
392: -- OUT parameters, including warnings, to null
393: --
394: hr_utility.set_location(' Leaving:'||l_proc, 90);
395: raise;
396: end delete_user_interface;
397: end HR_KI_USER_INTERFACES_API;