DBA Data[Home] [Help]

APPS.PAY_EGU_BUS dependencies on HR_UTILITY

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

39: l_legislation_code varchar2(150);
40: --
41: begin
42: --
43: hr_utility.set_location('Entering:'|| l_proc, 10);
44: --
45: -- Ensure that all the mandatory parameter are not null
46: --
47: hr_api.mandatory_arg_error

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

79: --
80: hr_api.set_legislation_context(l_legislation_code);
81: end if;
82: --
83: hr_utility.set_location(' Leaving:'|| l_proc, 20);
84: --
85: end set_security_group_id;
86: --
87: -- ---------------------------------------------------------------------------

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 := pay_egu_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: pay_egu_bus.g_event_group_usage_id := p_event_group_usage_id;
154: pay_egu_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 252: hr_utility.set_location('Entering:'|| l_proc, 10);

248:
249: l_proc varchar2(100) := g_package || 'chk_element_set_id';
250: begin
251:
252: hr_utility.set_location('Entering:'|| l_proc, 10);
253: --
254: -- ELEMENT_SET_ID is mandatory.
255: --
256: hr_api.mandatory_arg_error

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

291: fnd_message.raise_error;
292:
293: end if;
294:
295: hr_utility.set_location(' Leaving:'|| l_proc, 20);
296:
297: exception
298: when app_exception.application_exception then
299: if hr_multi_message.exception_add

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

353:
354: l_proc varchar2(100) := g_package || 'chk_event_group_id';
355: begin
356:
357: hr_utility.set_location('Entering:'|| l_proc, 10);
358: --
359: -- EVENT_GROUP_ID is mandatory.
360: --
361: hr_api.mandatory_arg_error

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

389: fnd_message.set_token('PARENT' , 'Event Group');
390: fnd_message.raise_error;
391: end if;
392:
393: hr_utility.set_location(' Leaving:'|| l_proc, 20);
394:
395: exception
396: when app_exception.application_exception then
397: if hr_multi_message.exception_add

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

467: l_exists varchar2(1);
468: --
469: begin
470:
471: hr_utility.set_location('Entering:'|| l_proc, 10);
472:
473: if hr_multi_message.no_exclusive_error
474: (p_check_column1 => 'PAY_EVENT_GROUP_USAGES.EVENT_GROUP_ID'
475: ,p_check_column2 => 'PAY_EVENT_GROUP_USAGES.ELEMENT_SET_ID'

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

488:
489: close csr_event_group_ele_set;
490:
491: end if;
492: hr_utility.set_location(' Leaving:'|| l_proc, 20);
493:
494: exception
495:
496: when app_exception.application_exception then

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

546: l_exists varchar2(1);
547: l_proc varchar2(100) := g_package || 'chk_legislation_code';
548: begin
549: --
550: hr_utility.set_location('Entering:'|| l_proc, 10);
551:
552: open csr_legislation_code;
553: fetch csr_legislation_code into l_exists ;
554:

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

558: fnd_message.raise_error;
559: end if;
560: close csr_legislation_code;
561:
562: hr_utility.set_location(' Leaving:'|| l_proc, 20);
563: --
564: exception
565: when app_exception.application_exception then
566: if hr_multi_message.exception_add

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

585: --
586: l_proc varchar2(72) := g_package||'insert_validate';
587: --
588: Begin
589: hr_utility.set_location('Entering:'||l_proc, 5);
590: --
591: -- Call all supporting business operations
592: --
593: --

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

646: ,p_legislation_code => p_rec.legislation_code
647: );
648:
649: --
650: hr_utility.set_location(' Leaving:'||l_proc, 10);
651: End insert_validate;
652: --
653: -- ----------------------------------------------------------------------------
654: -- |---------------------------< delete_validate >----------------------------|

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

659: --
660: l_proc varchar2(72) := g_package||'delete_validate';
661: --
662: Begin
663: hr_utility.set_location('Entering:'||l_proc, 5);
664: --
665: --
666: chk_startup_action(false
667: ,pay_egu_shd.g_old_rec.business_group_id

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

682: END IF;
683: --
684: -- Call all supporting business operations
685: --
686: hr_utility.set_location(' Leaving:'||l_proc, 10);
687: End delete_validate;
688: --
689: end pay_egu_bus;