DBA Data[Home] [Help]

APPS.AME_RLU_BUS dependencies on HR_UTILITY

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

52: exception
53: when app_exception.application_exception then
54: if hr_multi_message.exception_add
55: (p_associated_column1 => 'APPROVER_CATEGORY') then
56: hr_utility.set_location(' Leaving:'|| l_proc, 50);
57: raise;
58: end if;
59: hr_utility.set_location(' Leaving:'|| l_proc, 60);
60: end chk_approver_category;

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

55: (p_associated_column1 => 'APPROVER_CATEGORY') then
56: hr_utility.set_location(' Leaving:'|| l_proc, 50);
57: raise;
58: end if;
59: hr_utility.set_location(' Leaving:'|| l_proc, 60);
60: end chk_approver_category;
61: --
62: -- ---------------------------------------------------------------------------
63: -- |-----------------------------------------------------|

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

114: exception
115: when app_exception.application_exception then
116: if hr_multi_message.exception_add
117: (p_associated_column1 => 'ITEM_ID') then
118: hr_utility.set_location(' Leaving:'|| l_proc, 50);
119: raise;
120: end if;
121: hr_utility.set_location(' Leaving:'|| l_proc, 60);
122: end chk_item_id;

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

117: (p_associated_column1 => 'ITEM_ID') then
118: hr_utility.set_location(' Leaving:'|| l_proc, 50);
119: raise;
120: end if;
121: hr_utility.set_location(' Leaving:'|| l_proc, 60);
122: end chk_item_id;
123: --
124: -- ---------------------------------------------------------------------------
125: -- |------------------------------------------------|

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

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

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

229: (p_associated_column1 => 'RULE_ID') then
230: hr_utility.set_location(' Leaving:'|| l_proc, 50);
231: raise;
232: end if;
233: hr_utility.set_location(' Leaving:'|| l_proc, 60);
234: end chk_rule_id;
235: --
236: --
237: -- ----------------------------------------------------------------------------

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

478: --
479: l_proc varchar2(72) := g_package||'insert_validate';
480: --
481: Begin
482: hr_utility.set_location('Entering:'||l_proc, 5);
483: --
484: --
485: chk_rule_id(p_rule_id => p_rec.rule_id
486: ,p_effective_date => p_effective_date);

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

497: --
498: -- Validate Dependent Attributes
499: --
500: --
501: hr_utility.set_location(' Leaving:'||l_proc, 10);
502: End insert_validate;
503: --
504: -- ----------------------------------------------------------------------------
505: -- |---------------------------< update_validate >----------------------------|

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

514: --
515: l_proc varchar2(72) := g_package||'update_validate';
516: --
517: Begin
518: hr_utility.set_location('Entering:'||l_proc, 5);
519: --
520: chk_approver_category(p_approver_category => p_rec.approver_category
521: ,p_effective_date => p_effective_date);
522: --

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

540: ,p_rec => p_rec
541: );
542: --
543: --
544: hr_utility.set_location(' Leaving:'||l_proc, 10);
545: End update_validate;
546: --
547: -- ----------------------------------------------------------------------------
548: -- |---------------------------< delete_validate >----------------------------|

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

557: --
558: l_proc varchar2(72) := g_package||'delete_validate';
559: --
560: Begin
561: hr_utility.set_location('Entering:'||l_proc, 5);
562: --
563: -- Call all supporting business operations
564: --
565: dt_delete_validate

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

569: ,p_rule_id => p_rec.rule_id
570: ,p_item_id => p_rec.item_id
571: );
572: --
573: hr_utility.set_location(' Leaving:'||l_proc, 10);
574: End delete_validate;
575: --
576: end ame_rlu_bus;