DBA Data[Home] [Help]

APPS.HXC_MCU_BUS dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_mcu_bus.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11: --
12: -- The following two global variables are only to be
13: -- used by the return_legislation_code function.
14: --

Line 120: g_debug := hr_utility.debug_enabled;

116: --
117: l_error varchar2(5) := NULL;
118: --
119: BEGIN
120: g_debug := hr_utility.debug_enabled;
121:
122: if g_debug then
123: l_proc := g_package||'chk_mapping_component_id';
124: hr_utility.set_location('Entering:'||l_proc, 5);

Line 124: hr_utility.set_location('Entering:'||l_proc, 5);

120: g_debug := hr_utility.debug_enabled;
121:
122: if g_debug then
123: l_proc := g_package||'chk_mapping_component_id';
124: hr_utility.set_location('Entering:'||l_proc, 5);
125: end if;
126: --
127: -- check that the mapping component id has been entered
128: --

Line 132: hr_utility.set_message(809, 'HXC_0031_MCU_MPC_ID_MAND');

128: --
129: IF p_mapping_component_id IS NULL
130: THEN
131: --
132: hr_utility.set_message(809, 'HXC_0031_MCU_MPC_ID_MAND');
133: hr_utility.raise_error;
134: --
135: END IF;
136: if g_debug then

Line 133: hr_utility.raise_error;

129: IF p_mapping_component_id IS NULL
130: THEN
131: --
132: hr_utility.set_message(809, 'HXC_0031_MCU_MPC_ID_MAND');
133: hr_utility.raise_error;
134: --
135: END IF;
136: if g_debug then
137: hr_utility.set_location('Processing:'||l_proc, 10);

Line 137: hr_utility.set_location('Processing:'||l_proc, 10);

133: hr_utility.raise_error;
134: --
135: END IF;
136: if g_debug then
137: hr_utility.set_location('Processing:'||l_proc, 10);
138: end if;
139: --
140: -- check that mapping_component_id is valid
141: --

Line 149: hr_utility.set_message(809, 'HXC_0032_MCU_MPC_ID_INVLD');

145: --
146: IF l_error IS NOT NULL
147: THEN
148: --
149: hr_utility.set_message(809, 'HXC_0032_MCU_MPC_ID_INVLD');
150: hr_utility.raise_error;
151: --
152: END IF;
153: --

Line 150: hr_utility.raise_error;

146: IF l_error IS NOT NULL
147: THEN
148: --
149: hr_utility.set_message(809, 'HXC_0032_MCU_MPC_ID_INVLD');
150: hr_utility.raise_error;
151: --
152: END IF;
153: --
154: END chk_mapping_component_id;

Line 199: g_debug := hr_utility.debug_enabled;

195: --
196: l_error varchar2(5) := NULL;
197: --
198: BEGIN
199: g_debug := hr_utility.debug_enabled;
200:
201: if g_debug then
202: l_proc := g_package||'chk_mapping_id';
203: hr_utility.set_location('Entering:'||l_proc, 5);

Line 203: hr_utility.set_location('Entering:'||l_proc, 5);

199: g_debug := hr_utility.debug_enabled;
200:
201: if g_debug then
202: l_proc := g_package||'chk_mapping_id';
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: end if;
205: --
206: -- check that the mapping id has been entered
207: --

Line 211: hr_utility.set_message(809, 'HXC_0034_MCU_MAP_ID_MAND');

207: --
208: IF p_mapping_id IS NULL
209: THEN
210: --
211: hr_utility.set_message(809, 'HXC_0034_MCU_MAP_ID_MAND');
212: hr_utility.raise_error;
213: --
214: END IF;
215: if g_debug then

Line 212: hr_utility.raise_error;

208: IF p_mapping_id IS NULL
209: THEN
210: --
211: hr_utility.set_message(809, 'HXC_0034_MCU_MAP_ID_MAND');
212: hr_utility.raise_error;
213: --
214: END IF;
215: if g_debug then
216: hr_utility.set_location('Processing:'||l_proc, 10);

Line 216: hr_utility.set_location('Processing:'||l_proc, 10);

212: hr_utility.raise_error;
213: --
214: END IF;
215: if g_debug then
216: hr_utility.set_location('Processing:'||l_proc, 10);
217: end if;
218: --
219: -- check that mapping_component_id is valid
220: --

Line 228: hr_utility.set_message(809, 'HXC_0033_MCU_MAP_ID_INVLD');

224: --
225: IF l_error IS NOT NULL
226: THEN
227: --
228: hr_utility.set_message(809, 'HXC_0033_MCU_MAP_ID_INVLD');
229: hr_utility.raise_error;
230: --
231: END IF;
232: --

Line 229: hr_utility.raise_error;

225: IF l_error IS NOT NULL
226: THEN
227: --
228: hr_utility.set_message(809, 'HXC_0033_MCU_MAP_ID_INVLD');
229: hr_utility.raise_error;
230: --
231: END IF;
232: --
233: if g_debug then

Line 234: hr_utility.set_location('Leaving:'||l_proc, 20);

230: --
231: END IF;
232: --
233: if g_debug then
234: hr_utility.set_location('Leaving:'||l_proc, 20);
235: end if;
236: --
237: END chk_mapping_id;
238: --

Line 286: g_debug := hr_utility.debug_enabled;

282: --
283: l_error varchar2(5) := NULL;
284: --
285: BEGIN
286: g_debug := hr_utility.debug_enabled;
287:
288: if g_debug then
289: l_proc := g_package||'chk_mcu_field_name';
290: hr_utility.set_location('Entering:'||l_proc, 5);

Line 290: hr_utility.set_location('Entering:'||l_proc, 5);

286: g_debug := hr_utility.debug_enabled;
287:
288: if g_debug then
289: l_proc := g_package||'chk_mcu_field_name';
290: hr_utility.set_location('Entering:'||l_proc, 5);
291: end if;
292: --
293: -- check that field name is not used more than once in the mapping
294: --

Line 302: hr_utility.set_message(809, 'HXC_0035_MCU_DUP_FLD_NAME');

298: --
299: IF l_error IS NOT NULL
300: THEN
301: --
302: hr_utility.set_message(809, 'HXC_0035_MCU_DUP_FLD_NAME');
303: hr_utility.raise_error;
304: --
305: END IF;
306: --

Line 303: hr_utility.raise_error;

299: IF l_error IS NOT NULL
300: THEN
301: --
302: hr_utility.set_message(809, 'HXC_0035_MCU_DUP_FLD_NAME');
303: hr_utility.raise_error;
304: --
305: END IF;
306: --
307: if g_debug then

Line 308: hr_utility.set_location('Leaving:'||l_proc, 10);

304: --
305: END IF;
306: --
307: if g_debug then
308: hr_utility.set_location('Leaving:'||l_proc, 10);
309: end if;
310: --
311: END chk_mcu_field_name;
312: --

Line 361: g_debug := hr_utility.debug_enabled;

357: --
358: l_error varchar2(5) := NULL;
359: --
360: BEGIN
361: g_debug := hr_utility.debug_enabled;
362:
363: if g_debug then
364: l_proc := g_package||'chk_mcu_composite_key';
365: hr_utility.set_location('Entering:'||l_proc, 5);

Line 365: hr_utility.set_location('Entering:'||l_proc, 5);

361: g_debug := hr_utility.debug_enabled;
362:
363: if g_debug then
364: l_proc := g_package||'chk_mcu_composite_key';
365: hr_utility.set_location('Entering:'||l_proc, 5);
366: end if;
367: --
368: -- check that composite key is not used more than once in the mapping
369: --

Line 377: hr_utility.set_message(809, 'HXC_0036_MCU_DUP_TYPE_SEG');

373: --
374: IF l_error IS NOT NULL
375: THEN
376: --
377: hr_utility.set_message(809, 'HXC_0036_MCU_DUP_TYPE_SEG');
378: hr_utility.raise_error;
379: --
380: END IF;
381: --

Line 378: hr_utility.raise_error;

374: IF l_error IS NOT NULL
375: THEN
376: --
377: hr_utility.set_message(809, 'HXC_0036_MCU_DUP_TYPE_SEG');
378: hr_utility.raise_error;
379: --
380: END IF;
381: --
382: if g_debug then

Line 383: hr_utility.set_location('Leaving:'||l_proc, 10);

379: --
380: END IF;
381: --
382: if g_debug then
383: hr_utility.set_location('Leaving:'||l_proc, 10);
384: end if;
385: --
386: END chk_mcu_composite_key;
387: --

Line 411: g_debug := hr_utility.debug_enabled;

407: --
408: l_proc varchar2(72);
409: --
410: Begin
411: g_debug := hr_utility.debug_enabled;
412:
413: if g_debug then
414: l_proc := g_package||'insert_validate';
415: hr_utility.set_location('Entering:'||l_proc, 5);

Line 415: hr_utility.set_location('Entering:'||l_proc, 5);

411: g_debug := hr_utility.debug_enabled;
412:
413: if g_debug then
414: l_proc := g_package||'insert_validate';
415: hr_utility.set_location('Entering:'||l_proc, 5);
416: end if;
417: --
418: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
419: -- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS.

Line 435: hr_utility.set_location(' Leaving:'||l_proc, 10);

431: chk_mcu_composite_key ( p_mapping_id => p_rec.mapping_id
432: , p_mapping_component_id => p_rec.mapping_component_id);
433: --
434: if g_debug then
435: hr_utility.set_location(' Leaving:'||l_proc, 10);
436: end if;
437: End insert_validate;
438: --
439: -- ----------------------------------------------------------------------------

Line 449: g_debug := hr_utility.debug_enabled;

445: --
446: l_proc varchar2(72);
447: --
448: Begin
449: g_debug := hr_utility.debug_enabled;
450:
451: if g_debug then
452: l_proc := g_package||'update_validate';
453: hr_utility.set_location('Entering:'||l_proc, 5);

Line 453: hr_utility.set_location('Entering:'||l_proc, 5);

449: g_debug := hr_utility.debug_enabled;
450:
451: if g_debug then
452: l_proc := g_package||'update_validate';
453: hr_utility.set_location('Entering:'||l_proc, 5);
454: end if;
455: --
456: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
457: -- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS.

Line 472: hr_utility.set_location(' Leaving:'||l_proc, 10);

468: );
469: --
470: --
471: if g_debug then
472: hr_utility.set_location(' Leaving:'||l_proc, 10);
473: end if;
474: End update_validate;
475: --
476: -- ----------------------------------------------------------------------------

Line 486: g_debug := hr_utility.debug_enabled;

482: --
483: l_proc varchar2(72);
484: --
485: Begin
486: g_debug := hr_utility.debug_enabled;
487:
488: if g_debug then
489: l_proc := g_package||'delete_validate';
490: hr_utility.set_location('Entering:'||l_proc, 5);

Line 490: hr_utility.set_location('Entering:'||l_proc, 5);

486: g_debug := hr_utility.debug_enabled;
487:
488: if g_debug then
489: l_proc := g_package||'delete_validate';
490: hr_utility.set_location('Entering:'||l_proc, 5);
491: end if;
492: --
493: -- Call all supporting business operations
494: --

Line 498: hr_utility.set_location(' Leaving:'||l_proc, 10);

494: --
495: hxc_map_bus.chk_delete ( p_mapping_id => p_rec.mapping_id );
496: --
497: if g_debug then
498: hr_utility.set_location(' Leaving:'||l_proc, 10);
499: end if;
500: End delete_validate;
501: --
502: end hxc_mcu_bus;