DBA Data[Home] [Help]

APPS.PQH_ROUTING_HIST_ATTRIB_API dependencies on HR_UTILITY

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

35: l_object_version_number pqh_routing_hist_attribs.object_version_number%TYPE;
36: --
37: begin
38: --
39: hr_utility.set_location('Entering:'|| l_proc, 10);
40: --
41: -- Issue a savepoint if operating in validation only mode
42: --
43: savepoint create_routing_hist_attrib;

Line 45: hr_utility.set_location(l_proc, 20);

41: -- Issue a savepoint if operating in validation only mode
42: --
43: savepoint create_routing_hist_attrib;
44: --
45: hr_utility.set_location(l_proc, 20);
46: --
47: -- Process Logic
48: --
49: begin

Line 133: hr_utility.set_location(l_proc, 60);

129: -- End of API User Hook for the after hook of create_routing_hist_attrib
130: --
131: end;
132: --
133: hr_utility.set_location(l_proc, 60);
134: --
135: -- When in validation only mode raise the Validate_Enabled exception
136: --
137: if p_validate then

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

142: --
143: p_routing_hist_attrib_id := l_routing_hist_attrib_id;
144: p_object_version_number := l_object_version_number;
145: --
146: hr_utility.set_location(' Leaving:'||l_proc, 70);
147: --
148: exception
149: --
150: when hr_api.validate_enabled then

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

159: -- when validation only mode is being used.)
160: --
161: p_routing_hist_attrib_id := null;
162: p_object_version_number := null;
163: hr_utility.set_location(' Leaving:'||l_proc, 80);
164: --
165: when others then
166: p_routing_hist_attrib_id := null;
167: p_object_version_number := null;

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

201: l_object_version_number pqh_routing_hist_attribs.object_version_number%TYPE;
202: --
203: begin
204: --
205: hr_utility.set_location('Entering:'|| l_proc, 10);
206: --
207: -- Issue a savepoint if operating in validation only mode
208: --
209: savepoint update_routing_hist_attrib;

Line 211: hr_utility.set_location(l_proc, 20);

207: -- Issue a savepoint if operating in validation only mode
208: --
209: savepoint update_routing_hist_attrib;
210: --
211: hr_utility.set_location(l_proc, 20);
212: --
213: -- Process Logic
214: --
215: l_object_version_number := p_object_version_number;

Line 302: hr_utility.set_location(l_proc, 60);

298: -- End of API User Hook for the after hook of update_routing_hist_attrib
299: --
300: end;
301: --
302: hr_utility.set_location(l_proc, 60);
303: --
304: -- When in validation only mode raise the Validate_Enabled exception
305: --
306: if p_validate then

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

310: -- Set all output arguments
311: --
312: p_object_version_number := l_object_version_number;
313: --
314: hr_utility.set_location(' Leaving:'||l_proc, 70);
315: --
316: exception
317: --
318: when hr_api.validate_enabled then

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

325: -- Only set output warning arguments
326: -- (Any key or derived arguments must be set to null
327: -- when validation only mode is being used.)
328: --
329: hr_utility.set_location(' Leaving:'||l_proc, 80);
330: --
331: when others then
332: p_object_version_number := l_object_version_number;
333: --

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

354: l_object_version_number pqh_routing_hist_attribs.object_version_number%TYPE;
355: --
356: begin
357: --
358: hr_utility.set_location('Entering:'|| l_proc, 10);
359: --
360: -- Issue a savepoint if operating in validation only mode
361: --
362: savepoint delete_routing_hist_attrib;

Line 364: hr_utility.set_location(l_proc, 20);

360: -- Issue a savepoint if operating in validation only mode
361: --
362: savepoint delete_routing_hist_attrib;
363: --
364: hr_utility.set_location(l_proc, 20);
365: --
366: -- Process Logic
367: --
368: l_object_version_number := p_object_version_number;

Line 419: hr_utility.set_location(l_proc, 60);

415: -- End of API User Hook for the after hook of delete_routing_hist_attrib
416: --
417: end;
418: --
419: hr_utility.set_location(l_proc, 60);
420: --
421: -- When in validation only mode raise the Validate_Enabled exception
422: --
423: if p_validate then

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

423: if p_validate then
424: raise hr_api.validate_enabled;
425: end if;
426: --
427: hr_utility.set_location(' Leaving:'||l_proc, 70);
428: --
429: exception
430: --
431: when hr_api.validate_enabled then

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

465: l_proc varchar2(72) := g_package||'lck';
466: --
467: begin
468: --
469: hr_utility.set_location('Entering:'|| l_proc, 10);
470: --
471: pqh_rha_shd.lck
472: (
473: p_routing_hist_attrib_id => p_routing_hist_attrib_id

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

473: p_routing_hist_attrib_id => p_routing_hist_attrib_id
474: ,p_object_version_number => p_object_version_number
475: );
476: --
477: hr_utility.set_location(' Leaving:'||l_proc, 70);
478: --
479: end lck;
480: --
481: end pqh_routing_hist_attrib_api;