DBA Data[Home] [Help]

APPS.PQH_RER_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 := pqh_rer_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: pqh_rer_bus.g_rate_element_relation_id := p_rate_element_relation_id;
154: pqh_rer_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 313: hr_utility.set_location('Entering:'||l_proc,10);

309:
310: --
311: Begin
312: --
313: hr_utility.set_location('Entering:'||l_proc,10);
314: --
315:
316: l_api_updating := pqh_rer_shd.api_updating
317: (p_rate_element_relation_id => p_rate_element_relation_id,

Line 351: hr_utility.set_location('Leaving:'||l_proc,90);

347: --
348: --
349: end if;
350: --
351: hr_utility.set_location('Leaving:'||l_proc,90);
352: --
353: End chk_criteria_rate_element_id;
354: --
355:

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

398:
399: --
400: Begin
401: --
402: hr_utility.set_location('Entering:'||l_proc,10);
403: --
404:
405: l_api_updating := pqh_rer_shd.api_updating
406: (p_rate_element_relation_id => p_rate_element_relation_id,

Line 440: hr_utility.set_location('Leaving:'||l_proc,90);

436: --
437: --
438: end if;
439: --
440: hr_utility.set_location('Leaving:'||l_proc,90);
441: --
442: End chk_rel_element_type_id;
443: --
444:

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

481:
482: --
483: Begin
484: --
485: hr_utility.set_location('Entering:'||l_proc,10);
486: --
487:
488: l_api_updating := pqh_rer_shd.api_updating
489: (p_rate_element_relation_id => p_rate_element_relation_id,

Line 523: hr_utility.set_location('Leaving:'||l_proc,90);

519: --
520: --
521: end if;
522: --
523: hr_utility.set_location('Leaving:'||l_proc,90);
524: --
525: End chk_rel_input_value_id;
526: --
527: -- ----------------------------------------------------------------------------

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

563:
564: --
565: Begin
566: --
567: hr_utility.set_location('Entering:'||l_proc,10);
568: --
569:
570: l_api_updating := pqh_rer_shd.api_updating
571: (p_rate_element_relation_id => p_rate_element_relation_id,

Line 605: hr_utility.set_location('Leaving:'||l_proc,90);

601: --
602: --
603: end if;
604: --
605: hr_utility.set_location('Leaving:'||l_proc,90);
606: --
607: End chk_business_group_id ;
608: --
609: -- ----------------------------------------------------------------------------

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

619: l_api_updating boolean;
620: --
621: Begin
622: --
623: hr_utility.set_location('Entering:'||l_proc, 10);
624: --
625: l_api_updating := pqh_rer_shd.api_updating
626: (p_rate_element_relation_id => p_rate_element_relation_id,
627: p_object_version_number => p_object_version_number);

Line 644: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');

640: p_effective_date => p_effective_date) then
641: --
642: -- raise error as does not exist as lookup
643: --
644: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
645: hr_utility.raise_error;
646: --
647: end if;
648: --

Line 645: hr_utility.raise_error;

641: --
642: -- raise error as does not exist as lookup
643: --
644: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
645: hr_utility.raise_error;
646: --
647: end if;
648: --
649: end if;

Line 651: hr_utility.set_location('Leaving:'||l_proc,90);

647: end if;
648: --
649: end if;
650: --
651: hr_utility.set_location('Leaving:'||l_proc,90);
652: --
653: end chk_relation_type_cd;
654:
655:

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

665: --
666: l_proc varchar2(72) := g_package||'insert_validate';
667: --
668: Begin
669: hr_utility.set_location('Entering:'||l_proc, 5);
670: --
671: -- Call all supporting business operations
672: --
673: --

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

727: p_object_version_number => p_rec.object_version_number);
728:
729:
730:
731: hr_utility.set_location(' Leaving:'||l_proc, 10);
732: End insert_validate;
733: --
734: -- ----------------------------------------------------------------------------
735: -- |---------------------------< update_validate >----------------------------|

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

741: --
742: l_proc varchar2(72) := g_package||'update_validate';
743: --
744: Begin
745: hr_utility.set_location('Entering:'||l_proc, 5);
746: --
747: -- Call all supporting business operations
748: --
749: --

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

807: ,p_rec => p_rec
808: );
809: --
810: --
811: hr_utility.set_location(' Leaving:'||l_proc, 10);
812: End update_validate;
813: --
814: -- ----------------------------------------------------------------------------
815: -- |---------------------------< delete_validate >----------------------------|

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

820: --
821: l_proc varchar2(72) := g_package||'delete_validate';
822: --
823: Begin
824: hr_utility.set_location('Entering:'||l_proc, 5);
825: --
826: --
827: chk_startup_action(false
828: ,pqh_rer_shd.g_old_rec.business_group_id

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

842: END IF;
843: --
844: -- Call all supporting business operations
845: --
846: hr_utility.set_location(' Leaving:'||l_proc, 10);
847: End delete_validate;
848: --
849: end pqh_rer_bus;