DBA Data[Home] [Help]

APPS.HXC_FLD_MAPPING_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_fld_mapping_api.';
7: g_debug boolean := hr_utility.debug_enabled;
8: --
9: -- ----------------------------------------------------------------------------
10: -- |------------------------< create_fld_mapping >----------------------------|
11: -- ----------------------------------------------------------------------------

Line 27: g_debug := hr_utility.debug_enabled;

23: l_object_version_number hxc_mappings.object_version_number%TYPE;
24: l_mapping_id hxc_mappings.mapping_id%TYPE;
25: --
26: begin
27: g_debug := hr_utility.debug_enabled;
28: --
29:
30: --
31: if g_debug then

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

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

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

37: --
38: savepoint create_fld_mapping;
39: --
40: if g_debug then
41: hr_utility.set_location(l_proc, 20);
42: end if;
43: --
44: -- Call Before Process User Hook
45: --

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

57: );
58: end;
59: --
60: if g_debug then
61: hr_utility.set_location(l_proc, 30);
62: end if;
63: --
64: -- Process Logic
65: --

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

64: -- Process Logic
65: --
66: --
67: if g_debug then
68: hr_utility.set_location(l_proc, 40);
69: end if;
70: --
71: -- call row handler
72: --

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

75: ,p_mapping_id => l_mapping_id
76: ,p_object_version_number => l_object_version_number );
77: --
78: if g_debug then
79: hr_utility.set_location(l_proc, 50);
80: end if;
81: --
82: -- Call After Process User Hook
83: --

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

95: );
96: end;
97: --
98: if g_debug then
99: hr_utility.set_location(l_proc, 60);
100: end if;
101: --
102: -- When in validation only mode raise the Validate_Enabled exception
103: --

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

105: raise hr_api.validate_enabled;
106: end if;
107: --
108: if g_debug then
109: hr_utility.set_location(' Leaving:'||l_proc, 70);
110: end if;
111: --
112: -- Set all output arguments
113: --

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

130: p_mapping_id := null;
131: p_object_version_number := null;
132: --
133: if g_debug then
134: hr_utility.set_location(' Leaving:'||l_proc, 80);
135: end if;
136: --
137: when others then
138: --

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

138: --
139: -- A validation or unexpected error has occured
140: --
141: if g_debug then
142: hr_utility.trace('In exeception');
143: end if;
144: ROLLBACK TO create_fld_mapping;
145: raise;
146: --

Line 166: g_debug := hr_utility.debug_enabled;

162: l_proc varchar2(72);
163: l_object_version_number hxc_mappings.object_version_number%TYPE := p_object_version_number;
164: --
165: begin
166: g_debug := hr_utility.debug_enabled;
167: --
168: if g_debug then
169: l_proc := g_package||' update_fld_mapping';
170: hr_utility.set_location('Entering:'|| l_proc, 10);

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

166: g_debug := hr_utility.debug_enabled;
167: --
168: if g_debug then
169: l_proc := g_package||' update_fld_mapping';
170: hr_utility.set_location('Entering:'|| l_proc, 10);
171: end if;
172: --
173: -- Issue a savepoint if operating in validation only mode
174: --

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

174: --
175: savepoint update_fld_mapping;
176: --
177: if g_debug then
178: hr_utility.set_location(l_proc, 20);
179: end if;
180: --
181: -- Call Before Process User Hook
182: --

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

194: );
195: end;
196: --
197: if g_debug then
198: hr_utility.set_location(l_proc, 30);
199: end if;
200: --
201: -- Process Logic
202: --

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

208: ,p_object_version_number => l_object_version_number );
209: --
210: --
211: if g_debug then
212: hr_utility.set_location(l_proc, 40);
213: end if;
214: --
215: -- Call After Process User Hook
216: --

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

228: );
229: end;
230: --
231: if g_debug then
232: hr_utility.set_location(l_proc, 50);
233: end if;
234: --
235: -- When in validation only mode raise the Validate_Enabled exception
236: --

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

238: raise hr_api.validate_enabled;
239: end if;
240: --
241: if g_debug then
242: hr_utility.set_location(' Leaving:'||l_proc, 60);
243: end if;
244: --
245: -- Set all output arguments
246: --

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

261: --
262: p_object_version_number := null;
263: --
264: if g_debug then
265: hr_utility.set_location(' Leaving:'||l_proc, 60);
266: end if;
267: --
268: when others then
269: --

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

269: --
270: -- A validation or unexpected error has occured
271: --
272: if g_debug then
273: hr_utility.trace('In exeception');
274: end if;
275: ROLLBACK TO update_fld_mapping;
276: raise;
277: --

Line 295: g_debug := hr_utility.debug_enabled;

291: --
292: l_proc varchar2(72);
293: --
294: begin
295: g_debug := hr_utility.debug_enabled;
296: --
297: if g_debug then
298: l_proc := g_package||'delete_fld_mapping';
299: hr_utility.set_location('Entering:'|| l_proc, 10);

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

295: g_debug := hr_utility.debug_enabled;
296: --
297: if g_debug then
298: l_proc := g_package||'delete_fld_mapping';
299: hr_utility.set_location('Entering:'|| l_proc, 10);
300: end if;
301: --
302: -- Issue a savepoint if operating in validation only mode
303: --

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

303: --
304: savepoint delete_fld_mapping;
305: --
306: if g_debug then
307: hr_utility.set_location(l_proc, 20);
308: end if;
309: --
310: -- Call Before Process User Hook
311: --

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

323: );
324: end;
325: --
326: if g_debug then
327: hr_utility.set_location(l_proc, 30);
328: end if;
329: --
330: -- Process Logic
331: --

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

335: ,p_object_version_number => p_object_version_number
336: );
337: --
338: if g_debug then
339: hr_utility.set_location(l_proc, 40);
340: end if;
341: --
342: -- Call After Process User Hook
343: --

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

361: raise hr_api.validate_enabled;
362: end if;
363: --
364: if g_debug then
365: hr_utility.set_location(' Leaving:'||l_proc, 50);
366: end if;
367: --
368: exception
369: --