DBA Data[Home] [Help]

APPS.AME_ATR_BUS dependencies on HR_UTILITY

Line 84: hr_utility.set_location(' Leaving:'|| l_proc, 50);

80: exception
81: when app_exception.application_exception then
82: if hr_multi_message.exception_add
83: (p_associated_column1 => 'ATTRIBUTE_ID') then
84: hr_utility.set_location(' Leaving:'|| l_proc, 50);
85: raise;
86: end if;
87: hr_utility.set_location(' Leaving:'|| l_proc, 60);
88: end chk_approver_type_id;

Line 87: hr_utility.set_location(' Leaving:'|| l_proc, 60);

83: (p_associated_column1 => 'ATTRIBUTE_ID') then
84: hr_utility.set_location(' Leaving:'|| l_proc, 50);
85: raise;
86: end if;
87: hr_utility.set_location(' Leaving:'|| l_proc, 60);
88: end chk_approver_type_id;
89: --
90: -- ---------------------------------------------------------------------------
91: -- |----------------------< chk_attribute_type >--------------------------|

Line 144: hr_utility.set_location(' Leaving:'|| l_proc, 50);

140: exception
141: when app_exception.application_exception then
142: if hr_multi_message.exception_add
143: (p_associated_column1 => 'ATTRIBUTE_TYPE') then
144: hr_utility.set_location(' Leaving:'|| l_proc, 50);
145: raise;
146: end if;
147: hr_utility.set_location(' Leaving:'|| l_proc, 60);
148: end chk_attribute_type;

Line 147: hr_utility.set_location(' Leaving:'|| l_proc, 60);

143: (p_associated_column1 => 'ATTRIBUTE_TYPE') then
144: hr_utility.set_location(' Leaving:'|| l_proc, 50);
145: raise;
146: end if;
147: hr_utility.set_location(' Leaving:'|| l_proc, 60);
148: end chk_attribute_type;
149: -- ---------------------------------------------------------------------------
150: -- |------------------------------------------------|
151: -- ---------------------------------------------------------------------------

Line 210: hr_utility.set_location(' Leaving:'|| l_proc, 50);

206: exception
207: when app_exception.application_exception then
208: if hr_multi_message.exception_add
209: (p_associated_column1 => 'ITEM_CLASS_ID') then
210: hr_utility.set_location(' Leaving:'|| l_proc, 50);
211: raise;
212: end if;
213: hr_utility.set_location(' Leaving:'|| l_proc, 60);
214: end chk_item_class_id;

Line 213: hr_utility.set_location(' Leaving:'|| l_proc, 60);

209: (p_associated_column1 => 'ITEM_CLASS_ID') then
210: hr_utility.set_location(' Leaving:'|| l_proc, 50);
211: raise;
212: end if;
213: hr_utility.set_location(' Leaving:'|| l_proc, 60);
214: end chk_item_class_id;
215: -- ---------------------------------------------------------------------------
216: -- |----------------------< chk_name >--------------------------|
217: -- ---------------------------------------------------------------------------

Line 280: hr_utility.set_location(' Leaving:'|| l_proc, 50);

276: exception
277: when app_exception.application_exception then
278: if hr_multi_message.exception_add
279: (p_associated_column1 => 'NAME') then
280: hr_utility.set_location(' Leaving:'|| l_proc, 50);
281: raise;
282: end if;
283: hr_utility.set_location(' Leaving:'|| l_proc, 60);
284: end chk_name;

Line 283: hr_utility.set_location(' Leaving:'|| l_proc, 60);

279: (p_associated_column1 => 'NAME') then
280: hr_utility.set_location(' Leaving:'|| l_proc, 50);
281: raise;
282: end if;
283: hr_utility.set_location(' Leaving:'|| l_proc, 60);
284: end chk_name;
285: --
286: -- ---------------------------------------------------------------------------
287: -- |----------------------< chk_delete >--------------------------|

Line 360: hr_utility.set_location(' Leaving:'|| l_proc, 50);

356: exception
357: when app_exception.application_exception then
358: if hr_multi_message.exception_add
359: (p_associated_column1 => 'ATTRIBUTE_ID') then
360: hr_utility.set_location(' Leaving:'|| l_proc, 50);
361: raise;
362: end if;
363: hr_utility.set_location(' Leaving:'|| l_proc, 60);
364: end chk_delete;

Line 363: hr_utility.set_location(' Leaving:'|| l_proc, 60);

359: (p_associated_column1 => 'ATTRIBUTE_ID') then
360: hr_utility.set_location(' Leaving:'|| l_proc, 50);
361: raise;
362: end if;
363: hr_utility.set_location(' Leaving:'|| l_proc, 60);
364: end chk_delete;
365: --
366: -- ----------------------------------------------------------------------------
367: -- |-------------------------< chk_usages_exist >-------------------------|

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

724: --
725: l_proc varchar2(72) := g_package||'insert_validate';
726: --
727: Begin
728: hr_utility.set_location('Entering:'||l_proc, 5);
729: --
730: -- Validate Independent Attributes
731: --
732: -- Name

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

757: p_object_version_number => p_rec.object_version_number,
758: p_effective_date => p_effective_date,
759: p_item_class_id => p_rec.item_class_id);
760:
761: hr_utility.set_location(' Leaving:'||l_proc, 10);
762: --
763: hr_utility.set_location(' Leaving:'||l_proc, 10);
764: End insert_validate;
765: --

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

759: p_item_class_id => p_rec.item_class_id);
760:
761: hr_utility.set_location(' Leaving:'||l_proc, 10);
762: --
763: hr_utility.set_location(' Leaving:'||l_proc, 10);
764: End insert_validate;
765: --
766: -- ----------------------------------------------------------------------------
767: -- |---------------------------< update_validate >----------------------------|

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

776: --
777: l_proc varchar2(72) := g_package||'update_validate';
778: --
779: Begin
780: hr_utility.set_location('Entering:'||l_proc, 5);
781: --
782: -- Validate Dependent Attributes
783: --
784: -- Call the datetrack update integrity operation

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

794: ,p_rec => p_rec
795: );
796: --
797: --
798: hr_utility.set_location(' Leaving:'||l_proc, 10);
799: End update_validate;
800: --
801: -- ----------------------------------------------------------------------------
802: -- |---------------------------< delete_validate >----------------------------|

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

811: --
812: l_proc varchar2(72) := g_package||'delete_validate';
813: --
814: Begin
815: hr_utility.set_location('Entering:'||l_proc, 5);
816: --
817: -- Call all supporting business operations
818: --
819: --

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

828: ,p_validation_end_date => p_validation_end_date
829: ,p_attribute_id => p_rec.attribute_id
830: );
831: --
832: hr_utility.set_location(' Leaving:'||l_proc, 10);
833: End delete_validate;
834: --
835: end ame_atr_bus;