DBA Data[Home] [Help]

APPS.PER_ABC_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 := per_abc_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: per_abc_bus.g_absence_case_id := p_absence_case_id;
154: per_abc_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 196: hr_utility.set_location('Entering:'||l_proc,10);

192: --
193: l_proc varchar2(72) := g_package || 'chk_ddf';
194: --
195: begin
196: hr_utility.set_location('Entering:'||l_proc,10);
197: --
198: if ((p_rec.absence_case_id is not null) and (
199: nvl(per_abc_shd.g_old_rec.ac_information_category, hr_api.g_varchar2) <>
200: nvl(p_rec.ac_information_category, hr_api.g_varchar2) or

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

331: ,p_attribute30_value => p_rec.ac_information30
332: );
333: end if;
334: --
335: hr_utility.set_location(' Leaving:'||l_proc,20);
336: end chk_ddf;
337: --
338: -- ----------------------------------------------------------------------------
339: -- |------------------------------< chk_df >----------------------------------|

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

369: --
370: l_proc varchar2(72) := g_package || 'chk_df';
371: --
372: begin
373: hr_utility.set_location('Entering:'||l_proc,10);
374: --
375: if ((p_rec.absence_case_id is not null) and (
376: nvl(per_abc_shd.g_old_rec.ac_attribute_category, hr_api.g_varchar2) <>
377: nvl(p_rec.ac_attribute_category, hr_api.g_varchar2) or

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

508: ,p_attribute30_value => p_rec.attribute30
509: );
510: end if;
511: --
512: hr_utility.set_location(' Leaving:'||l_proc,20);
513: end chk_df;
514: --
515: -- ----------------------------------------------------------------------------
516: -- |-----------------------< chk_non_updateable_args >------------------------|

Line 565: hr_utility.set_location(l_proc, 2);

561: fnd_message.set_token('STEP ', '5');
562: fnd_message.raise_error;
563: END IF;
564: --
565: hr_utility.set_location(l_proc, 2);
566: if nvl(p_rec.absence_case_id,hr_api.g_number) <>
567: per_abc_shd.g_old_rec.absence_case_id then
568: l_argument := 'absence_case_id';
569: raise l_error;

Line 572: hr_utility.set_location(l_proc, 3);

568: l_argument := 'absence_case_id';
569: raise l_error;
570: end if;
571: --
572: hr_utility.set_location(l_proc, 3);
573: if nvl(p_rec.business_group_id, hr_api.g_number) <>
574: per_abc_shd.g_old_rec.business_group_id then
575: l_argument := 'business_group_id';
576: raise l_error;

Line 579: hr_utility.set_location(l_proc, 4);

575: l_argument := 'business_group_id';
576: raise l_error;
577: end if;
578: --
579: hr_utility.set_location(l_proc, 4);
580: if nvl(p_rec.person_id, hr_api.g_number) <>
581: per_abc_shd.g_old_rec.person_id then
582: l_argument := 'person_id';
583: raise l_error;

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

601: --
602: l_proc varchar2(72) := g_package||'insert_validate';
603: --
604: Begin
605: hr_utility.set_location('Entering:'||l_proc, 5);
606: --
607: -- Call all supporting business operations
608: --
609: hr_api.validate_bus_grp_id

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

623: per_abc_bus.chk_ddf(p_rec);
624: --
625: per_abc_bus.chk_df(p_rec);
626: --
627: hr_utility.set_location(' Leaving:'||l_proc, 10);
628: End insert_validate;
629: --
630: -- ----------------------------------------------------------------------------
631: -- |---------------------------< update_validate >----------------------------|

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

636: --
637: l_proc varchar2(72) := g_package||'update_validate';
638: --
639: Begin
640: hr_utility.set_location('Entering:'||l_proc, 5);
641: --
642: -- Call all supporting business operations
643: --
644: hr_api.validate_bus_grp_id

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

662: per_abc_bus.chk_ddf(p_rec);
663: --
664: per_abc_bus.chk_df(p_rec);
665: --
666: hr_utility.set_location(' Leaving:'||l_proc, 10);
667: End update_validate;
668: --
669: -- ----------------------------------------------------------------------------
670: -- |---------------------------< delete_validate >----------------------------|

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

675: --
676: l_proc varchar2(72) := g_package||'delete_validate';
677: --
678: Begin
679: hr_utility.set_location('Entering:'||l_proc, 5);
680: --
681: -- Call all supporting business operations
682: --
683: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

679: hr_utility.set_location('Entering:'||l_proc, 5);
680: --
681: -- Call all supporting business operations
682: --
683: hr_utility.set_location(' Leaving:'||l_proc, 10);
684: End delete_validate;
685: --
686: --
687: -- ----------------------------------------------------------------------------

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

706: temp2 number(15);
707: l_proc varchar2(72) := g_package||'get_min_abs_start_date';
708: --
709: Begin
710: hr_utility.set_location('Entering:'||l_proc, 5);
711: --
712: open c_abs_case_exists;
713: fetch c_abs_case_exists into temp2;
714: --

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

725: open c_abs_list;
726: fetch c_abs_list into temp;
727: close c_abs_list;
728: --
729: hr_utility.set_location(' Leaving:'||l_proc, 10);
730: return temp;
731: End get_min_abs_start_date;
732: --
733: --

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

754: temp2 number(15);
755: l_proc varchar2(72) := g_package||'get_min_abs_end_date';
756: --
757: Begin
758: hr_utility.set_location('Entering:'||l_proc, 5);
759: --
760: open c_abs_case_exists;
761: fetch c_abs_case_exists into temp2;
762: --

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

773: open c_abs_list;
774: fetch c_abs_list into temp;
775: close c_abs_list;
776: --
777: hr_utility.set_location(' Leaving:'||l_proc, 10);
778: return temp;
779: End get_max_abs_end_date;
780: --
781: end per_abc_bus;