DBA Data[Home] [Help]

APPS.GHR_CDT_BUS dependencies on HR_UTILITY

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

42: l_proc varchar2(72) := g_package||'set_security_group_id';
43: --
44: begin
45: --
46: hr_utility.set_location('Entering:'|| l_proc, 10);
47: --
48: -- Ensure that all the mandatory parameter are not null
49: --
50: hr_api.mandatory_arg_error

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

73: hr_api.set_security_group_id
74: (p_security_group_id => l_security_group_id
75: );
76: --
77: hr_utility.set_location(' Leaving:'|| l_proc, 20);
78: --
79: end set_security_group_id;
80: --
81: -- ---------------------------------------------------------------------------

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

108: l_proc varchar2(72) := g_package||'return_legislation_code';
109: --
110: Begin
111: --
112: hr_utility.set_location('Entering:'|| l_proc, 10);
113: --
114: -- Ensure that all the mandatory parameter are not null
115: --
116: hr_api.mandatory_arg_error

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

126: -- call to this function. Just return the value in the global
127: -- variable.
128: --
129: l_legislation_code := ghr_cdt_bus.g_legislation_code;
130: hr_utility.set_location(l_proc, 20);
131: else
132: --
133: -- The ID is different to the last call to this function
134: -- or this is the first call to this function.

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

143: close csr_leg_code;
144: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
145: fnd_message.raise_error;
146: end if;
147: hr_utility.set_location(l_proc,30);
148: --
149: -- Set the global variables so the values are
150: -- available for the next call to this function.
151: --

Line 156: hr_utility.set_location(' Leaving:'|| l_proc, 40);

152: close csr_leg_code;
153: ghr_cdt_bus.g_compl_ca_detail_id := p_compl_ca_detail_id;
154: ghr_cdt_bus.g_legislation_code := l_legislation_code;
155: end if;
156: hr_utility.set_location(' Leaving:'|| l_proc, 40);
157: return l_legislation_code;
158: end return_legislation_code;
159: --
160: -- ----------------------------------------------------------------------------

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

238:
239:
240: BEGIN
241:
242: hr_utility.set_location('Entering: '|| l_proc, 10);
243:
244: -- Check Mandatory Parameters are set
245:
246: hr_api.mandatory_arg_error

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

268: OR
269: NOT l_api_updating THEN
270:
271: --
272: hr_utility.set_location(l_proc,20);
273: --
274: -- If category is not null then
275: -- Check if the category value exists in fnd_lookups
276: -- Where the look up type is 'GHR_US_CA_CATEGORIES'

Line 291: hr_utility.set_message(8301,'GHR_38704_INV_COMP_CATEGORY');

287: -- Error: Invalid Subject to IA Action
288:
289: -- New Message
290:
291: hr_utility.set_message(8301,'GHR_38704_INV_COMP_CATEGORY');
292: hr_utility.raise_error;
293: END IF;
294: hr_utility.set_location(l_proc,30);
295:

Line 292: hr_utility.raise_error;

288:
289: -- New Message
290:
291: hr_utility.set_message(8301,'GHR_38704_INV_COMP_CATEGORY');
292: hr_utility.raise_error;
293: END IF;
294: hr_utility.set_location(l_proc,30);
295:
296: END IF;

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

290:
291: hr_utility.set_message(8301,'GHR_38704_INV_COMP_CATEGORY');
292: hr_utility.raise_error;
293: END IF;
294: hr_utility.set_location(l_proc,30);
295:
296: END IF;
297:
298: END IF;

Line 300: hr_utility.set_location('Leaving: '|| l_proc, 40);

296: END IF;
297:
298: END IF;
299:
300: hr_utility.set_location('Leaving: '|| l_proc, 40);
301:
302: END chk_category;
303:
304: --

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

321: l_non_monetary varchar2(30) := '20'; -- Lookup code for 'Category' in fnd_common_lookups having Meaning Non Monetary
322: l_lookup_type varchar2(30);
323: BEGIN
324:
325: hr_utility.set_location('Entering: '|| l_proc, 10);
326:
327: -- Check Mandatory Parameters are set
328:
329: hr_api.mandatory_arg_error

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

351: OR
352: NOT l_api_updating THEN
353:
354: --
355: hr_utility.set_location(l_proc,20);
356: --
357: -- If type is not null then
358: -- If category value = '10' (Monetary) then check if the type value exists in fnd_lookups
359: -- Where the look up type is 'GHR_US_CA_TYPE_MONETARY'

Line 383: hr_utility.set_message(8301,'GHR_38705_INV_COMP_TYPE');

379: -- Error: Invalid Subject to IA Action
380:
381: -- New Message
382:
383: hr_utility.set_message(8301,'GHR_38705_INV_COMP_TYPE');
384: hr_utility.raise_error;
385: END IF;
386: hr_utility.set_location(l_proc,30);
387:

Line 384: hr_utility.raise_error;

380:
381: -- New Message
382:
383: hr_utility.set_message(8301,'GHR_38705_INV_COMP_TYPE');
384: hr_utility.raise_error;
385: END IF;
386: hr_utility.set_location(l_proc,30);
387:
388: END IF;

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

382:
383: hr_utility.set_message(8301,'GHR_38705_INV_COMP_TYPE');
384: hr_utility.raise_error;
385: END IF;
386: hr_utility.set_location(l_proc,30);
387:
388: END IF;
389:
390: END IF;

Line 392: hr_utility.set_location('Leaving: '|| l_proc, 40);

388: END IF;
389:
390: END IF;
391:
392: hr_utility.set_location('Leaving: '|| l_proc, 40);
393:
394: END chk_type;
395: */
396:

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

411:
412:
413: BEGIN
414:
415: hr_utility.set_location('Entering: '|| l_proc, 10);
416:
417: -- Check Mandatory Parameters are set
418:
419: hr_api.mandatory_arg_error

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

441: OR
442: NOT l_api_updating THEN
443:
444: --
445: hr_utility.set_location(l_proc,20);
446: --
447: -- If phase is not null then
448: -- Check if the phase value exists in fnd_lookups
449: -- Where the look up type is 'GHR_US_CA_PHASES'

Line 464: hr_utility.set_message(8301,'GHR_38706_INV_COMP_PHASE');

460: -- Error: Invalid Subject to IA Action
461:
462: -- New Message
463:
464: hr_utility.set_message(8301,'GHR_38706_INV_COMP_PHASE');
465: hr_utility.raise_error;
466: END IF;
467: hr_utility.set_location(l_proc,30);
468:

Line 465: hr_utility.raise_error;

461:
462: -- New Message
463:
464: hr_utility.set_message(8301,'GHR_38706_INV_COMP_PHASE');
465: hr_utility.raise_error;
466: END IF;
467: hr_utility.set_location(l_proc,30);
468:
469: END IF;

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

463:
464: hr_utility.set_message(8301,'GHR_38706_INV_COMP_PHASE');
465: hr_utility.raise_error;
466: END IF;
467: hr_utility.set_location(l_proc,30);
468:
469: END IF;
470:
471: END IF;

Line 473: hr_utility.set_location('Leaving: '|| l_proc, 40);

469: END IF;
470:
471: END IF;
472:
473: hr_utility.set_location('Leaving: '|| l_proc, 40);
474:
475: END chk_phase;
476:
477: --

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

485: --
486: l_proc varchar2(72) := g_package||'insert_validate';
487: --
488: Begin
489: hr_utility.set_location('Entering:'||l_proc, 5);
490: --
491: -- Call all supporting business operations
492: --
493: --

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

517: ,p_effective_date => p_effective_date
518: ,p_object_version_number => p_rec.object_version_number);
519:
520:
521: hr_utility.set_location(' Leaving:'||l_proc, 10);
522: End insert_validate;
523: --
524: -- ----------------------------------------------------------------------------
525: -- |---------------------------< update_validate >----------------------------|

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

531: --
532: l_proc varchar2(72) := g_package||'update_validate';
533: --
534: Begin
535: hr_utility.set_location('Entering:'||l_proc, 5);
536: --
537: -- Call all supporting business operations
538: --
539: --

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

570:
571:
572: --
573: --
574: hr_utility.set_location(' Leaving:'||l_proc, 10);
575: End update_validate;
576: --
577: -- ----------------------------------------------------------------------------
578: -- |---------------------------< delete_validate >----------------------------|

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

583: --
584: l_proc varchar2(72) := g_package||'delete_validate';
585: --
586: Begin
587: hr_utility.set_location('Entering:'||l_proc, 5);
588: --
589: -- Call all supporting business operations
590: --
591: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

587: hr_utility.set_location('Entering:'||l_proc, 5);
588: --
589: -- Call all supporting business operations
590: --
591: hr_utility.set_location(' Leaving:'||l_proc, 10);
592: End delete_validate;
593: --
594: end ghr_cdt_bus;