DBA Data[Home] [Help]

APPS.HXC_MAPPING_COMPONENT_API dependencies on HR_UTILITY

Line 7: g_debug boolean := hr_utility.debug_enabled;

3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' hxc_mapping_component_api.';
7: g_debug boolean := hr_utility.debug_enabled;
8: --
9: -- ----------------------------------------------------------------------------
10: -- |------------------------< create_mapping_component>----------------------|
11: -- ----------------------------------------------------------------------------

Line 30: g_debug := hr_utility.debug_enabled;

26: l_object_version_number hxc_mapping_components.object_version_number%TYPE;
27: l_mapping_component_id hxc_mapping_components.mapping_component_id%TYPE;
28: --
29: begin
30: g_debug := hr_utility.debug_enabled;
31: --
32:
33: --
34: if g_debug then

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

32:
33: --
34: if g_debug then
35: l_proc := g_package||' create_mapping_component';
36: hr_utility.set_location('Entering:'|| l_proc, 10);
37: end if;
38: --
39: -- Issue a savepoint if operating in validation only mode
40: --

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

40: --
41: savepoint create_mapping_component;
42: --
43: if g_debug then
44: hr_utility.set_location(l_proc, 20);
45: end if;
46: --
47: -- Call Before Process User Hook
48: --

Line 67: hr_utility.set_location(l_proc, 30);

63: );
64: end;
65: --
66: if g_debug then
67: hr_utility.set_location(l_proc, 30);
68: end if;
69: --
70: -- Process Logic
71: --

Line 74: hr_utility.set_location(l_proc, 40);

70: -- Process Logic
71: --
72: --
73: if g_debug then
74: hr_utility.set_location(l_proc, 40);
75: end if;
76: --
77: -- call row handler
78: --

Line 89: hr_utility.set_location(l_proc, 50);

85: ,p_object_version_number => l_object_version_number
86: );
87: --
88: if g_debug then
89: hr_utility.set_location(l_proc, 50);
90: end if;
91: --
92: -- Call After Process User Hook
93: --

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

108: );
109: end;
110: --
111: if g_debug then
112: hr_utility.set_location(l_proc, 60);
113: end if;
114: --
115: -- When in validation only mode raise the Validate_Enabled exception
116: --

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

118: raise hr_api.validate_enabled;
119: end if;
120: --
121: if g_debug then
122: hr_utility.set_location(' Leaving:'||l_proc, 70);
123: end if;
124: --
125: -- Set all output arguments
126: --

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

143: p_mapping_component_id := null;
144: p_object_version_number := null;
145: --
146: if g_debug then
147: hr_utility.set_location(' Leaving:'||l_proc, 80);
148: end if;
149: --
150: when others then
151: --

Line 155: hr_utility.trace('In exeception');

151: --
152: -- A validation or unexpected error has occured
153: --
154: if g_debug then
155: hr_utility.trace('In exeception');
156: end if;
157: ROLLBACK TO create_mapping_component;
158: raise;
159: --

Line 182: g_debug := hr_utility.debug_enabled;

178: l_proc varchar2(72);
179: l_object_version_number hxc_mapping_components.object_version_number%TYPE := p_object_version_number;
180: --
181: begin
182: g_debug := hr_utility.debug_enabled;
183: --
184: if g_debug then
185: l_proc := g_package||' update_mapping_component';
186: hr_utility.set_location('Entering:'|| l_proc, 10);

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

182: g_debug := hr_utility.debug_enabled;
183: --
184: if g_debug then
185: l_proc := g_package||' update_mapping_component';
186: hr_utility.set_location('Entering:'|| l_proc, 10);
187: end if;
188: --
189: -- Issue a savepoint if operating in validation only mode
190: --

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

190: --
191: savepoint update_mapping_component;
192: --
193: if g_debug then
194: hr_utility.set_location(l_proc, 20);
195: end if;
196: --
197: -- Call Before Process User Hook
198: --

Line 217: hr_utility.set_location(l_proc, 30);

213: );
214: end;
215: --
216: if g_debug then
217: hr_utility.set_location(l_proc, 30);
218: end if;
219: --
220: -- Process Logic
221: --

Line 235: hr_utility.set_location(l_proc, 40);

231: );
232: --
233: --
234: if g_debug then
235: hr_utility.set_location(l_proc, 40);
236: end if;
237: --
238: -- Call After Process User Hook
239: --

Line 258: hr_utility.set_location(l_proc, 50);

254: );
255: end;
256: --
257: if g_debug then
258: hr_utility.set_location(l_proc, 50);
259: end if;
260: --
261: -- When in validation only mode raise the Validate_Enabled exception
262: --

Line 268: hr_utility.set_location(' Leaving:'||l_proc, 60);

264: raise hr_api.validate_enabled;
265: end if;
266: --
267: if g_debug then
268: hr_utility.set_location(' Leaving:'||l_proc, 60);
269: end if;
270: --
271: -- Set all output arguments
272: --

Line 291: hr_utility.set_location(' Leaving:'||l_proc, 60);

287: --
288: p_object_version_number := null;
289: --
290: if g_debug then
291: hr_utility.set_location(' Leaving:'||l_proc, 60);
292: end if;
293: --
294: when others then
295: --

Line 299: hr_utility.trace('In exeception');

295: --
296: -- A validation or unexpected error has occured
297: --
298: if g_debug then
299: hr_utility.trace('In exeception');
300: end if;
301: ROLLBACK TO update_mapping_component;
302: raise;
303: --

Line 321: g_debug := hr_utility.debug_enabled;

317: --
318: l_proc varchar2(72);
319: --
320: begin
321: g_debug := hr_utility.debug_enabled;
322: --
323: if g_debug then
324: l_proc := g_package||'delete_mapping_component';
325: hr_utility.set_location('Entering:'|| l_proc, 10);

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

321: g_debug := hr_utility.debug_enabled;
322: --
323: if g_debug then
324: l_proc := g_package||'delete_mapping_component';
325: hr_utility.set_location('Entering:'|| l_proc, 10);
326: end if;
327: --
328: -- Issue a savepoint if operating in validation only mode
329: --

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

329: --
330: savepoint delete_mapping_component;
331: --
332: if g_debug then
333: hr_utility.set_location(l_proc, 20);
334: end if;
335: --
336: -- Call Before Process User Hook
337: --

Line 353: hr_utility.set_location(l_proc, 30);

349: );
350: end;
351: --
352: if g_debug then
353: hr_utility.set_location(l_proc, 30);
354: end if;
355: --
356: -- Process Logic
357: --

Line 365: hr_utility.set_location(l_proc, 40);

361: ,p_object_version_number => p_object_version_number
362: );
363: --
364: if g_debug then
365: hr_utility.set_location(l_proc, 40);
366: end if;
367: --
368: -- Call After Process User Hook
369: --

Line 391: hr_utility.set_location(' Leaving:'||l_proc, 50);

387: raise hr_api.validate_enabled;
388: end if;
389: --
390: if g_debug then
391: hr_utility.set_location(' Leaving:'||l_proc, 50);
392: end if;
393: --
394: exception
395: --