DBA Data[Home] [Help]

APPS.AME_ATY_BUS dependencies on HR_UTILITY

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

177: exception
178: when app_exception.application_exception then
179: if hr_multi_message.exception_add
180: (p_associated_column1 => 'NAME') then
181: hr_utility.set_location(' Leaving:'|| l_proc, 50);
182: raise;
183: end if;
184: hr_utility.set_location(' Leaving:'|| l_proc, 60);
185: end chk_name;

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

180: (p_associated_column1 => 'NAME') then
181: hr_utility.set_location(' Leaving:'|| l_proc, 50);
182: raise;
183: end if;
184: hr_utility.set_location(' Leaving:'|| l_proc, 60);
185: end chk_name;
186: --
187: -- ---------------------------------------------------------------------------
188: -- |----------------------< chk_description>--------------------------|

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

225: exception
226: when app_exception.application_exception then
227: if hr_multi_message.exception_add
228: (p_associated_column1 => 'DESCRIPTION') then
229: hr_utility.set_location(' Leaving:'|| l_proc, 50);
230: raise;
231: end if;
232: hr_utility.set_location(' Leaving:'|| l_proc, 60);
233: end chk_description;

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

228: (p_associated_column1 => 'DESCRIPTION') then
229: hr_utility.set_location(' Leaving:'|| l_proc, 50);
230: raise;
231: end if;
232: hr_utility.set_location(' Leaving:'|| l_proc, 60);
233: end chk_description;
234: --
235: -- ---------------------------------------------------------------------------
236: -- |----------------------< chk_procedure_name >--------------------------|

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

296: exception
297: when app_exception.application_exception then
298: if hr_multi_message.exception_add
299: (p_associated_column1 => 'PROCEDURE_NAME') then
300: hr_utility.set_location(' Leaving:'|| l_proc, 50);
301: raise;
302: end if;
303: hr_utility.set_location(' Leaving:'|| l_proc, 60);
304: end chk_procedure_name;

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

299: (p_associated_column1 => 'PROCEDURE_NAME') then
300: hr_utility.set_location(' Leaving:'|| l_proc, 50);
301: raise;
302: end if;
303: hr_utility.set_location(' Leaving:'|| l_proc, 60);
304: end chk_procedure_name;
305: --
306: -- ---------------------------------------------------------------------------
307: -- |----------------------< chk_dynamic_description>--------------------------|

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

348: exception
349: when app_exception.application_exception then
350: if hr_multi_message.exception_add
351: (p_associated_column1 => 'DYNAMIC_DESCRIPTION') then
352: hr_utility.set_location(' Leaving:'|| l_proc, 50);
353: raise;
354: end if;
355: hr_utility.set_location(' Leaving:'|| l_proc, 60);
356: end chk_dynamic_description;

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

351: (p_associated_column1 => 'DYNAMIC_DESCRIPTION') then
352: hr_utility.set_location(' Leaving:'|| l_proc, 50);
353: raise;
354: end if;
355: hr_utility.set_location(' Leaving:'|| l_proc, 60);
356: end chk_dynamic_description;
357: --
358: -- ---------------------------------------------------------------------------
359: -- |----------------------< chk_description_query>--------------------------|

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

437: exception
438: when app_exception.application_exception then
439: if hr_multi_message.exception_add
440: (p_associated_column1 => 'DESCRIPTION_QUERY') then
441: hr_utility.set_location(' Leaving:'|| l_proc, 50);
442: raise;
443: end if;
444: hr_utility.set_location(' Leaving:'|| l_proc, 60);
445: end chk_description_query;

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

440: (p_associated_column1 => 'DESCRIPTION_QUERY') then
441: hr_utility.set_location(' Leaving:'|| l_proc, 50);
442: raise;
443: end if;
444: hr_utility.set_location(' Leaving:'|| l_proc, 60);
445: end chk_description_query;
446: --
447: -- ---------------------------------------------------------------------------
448: -- |----------------------< chk_delete >--------------------------|

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

599: exception
600: when app_exception.application_exception then
601: if hr_multi_message.exception_add
602: (p_associated_column1 => 'ACTION_TYPE_ID') then
603: hr_utility.set_location(' Leaving:'|| l_proc, 50);
604: raise;
605: end if;
606: hr_utility.set_location(' Leaving:'|| l_proc, 60);
607: end chk_delete;

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

602: (p_associated_column1 => 'ACTION_TYPE_ID') then
603: hr_utility.set_location(' Leaving:'|| l_proc, 50);
604: raise;
605: end if;
606: hr_utility.set_location(' Leaving:'|| l_proc, 60);
607: end chk_delete;
608: -- ----------------------------------------------------------------------------
609: -- |--------------------------< dt_update_validate >--------------------------|
610: -- ----------------------------------------------------------------------------

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

795: --
796: l_proc varchar2(72) := g_package||'insert_validate';
797: --
798: Begin
799: hr_utility.set_location('Entering:'||l_proc, 5);
800: --
801: -- Call all supporting business operations
802: -- Description Query
803: if hr_multi_message.no_exclusive_error('DYNAMIC_DESCRIPTION') then

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

825: --
826: -- Validate Dependent Attributes
827: --
828: --
829: hr_utility.set_location(' Leaving:'||l_proc, 10);
830: End insert_validate;
831: --
832: -- ----------------------------------------------------------------------------
833: -- |---------------------------< update_validate >----------------------------|

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

842: --
843: l_proc varchar2(72) := g_package||'update_validate';
844: --
845: Begin
846: hr_utility.set_location('Entering:'||l_proc, 5);
847: --
848: -- Call all supporting business operations
849: --
850: --

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

877: chk_description(p_description => p_rec.description);
878: --Description_query
879: chk_description_query(p_dynamic_description => p_rec.dynamic_description,
880: p_description_query => p_rec.description_query);
881: hr_utility.set_location(' Leaving:'||l_proc, 10);
882: End update_validate;
883: --
884: -- ----------------------------------------------------------------------------
885: -- |---------------------------< delete_validate >----------------------------|

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

894: --
895: l_proc varchar2(72) := g_package||'delete_validate';
896: --
897: Begin
898: hr_utility.set_location('Entering:'||l_proc, 5);
899: --
900: -- Call all supporting business operations
901: -- check if delete operation is allowed.
902: chk_delete(p_action_type_id => p_rec.action_type_id,

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

908: ,p_validation_end_date => p_validation_end_date
909: ,p_action_type_id => p_rec.action_type_id
910: );
911: --
912: hr_utility.set_location(' Leaving:'||l_proc, 10);
913: End delete_validate;
914: --
915: end ame_aty_bus;