DBA Data[Home] [Help]

APPS.AME_RUL_BUS dependencies on HR_UTILITY

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

77: exception
78: when app_exception.application_exception then
79: if hr_multi_message.exception_add
80: (p_associated_column1 => 'DESCRIPTION') then
81: hr_utility.set_location(' Leaving:'|| l_proc, 50);
82: raise;
83: end if;
84: hr_utility.set_location(' Leaving:'|| l_proc, 60);
85: end chk_description;

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

80: (p_associated_column1 => 'DESCRIPTION') then
81: hr_utility.set_location(' Leaving:'|| l_proc, 50);
82: raise;
83: end if;
84: hr_utility.set_location(' Leaving:'|| l_proc, 60);
85: end chk_description;
86: -- ---------------------------------------------------------------------------
87: -- |------------------------------------------------|
88: -- ---------------------------------------------------------------------------

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

147: exception
148: when app_exception.application_exception then
149: if hr_multi_message.exception_add
150: (p_associated_column1 => 'ITEM_CLASS_ID') then
151: hr_utility.set_location(' Leaving:'|| l_proc, 50);
152: raise;
153: end if;
154: hr_utility.set_location(' Leaving:'|| l_proc, 60);
155: end chk_item_class_id;

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

150: (p_associated_column1 => 'ITEM_CLASS_ID') then
151: hr_utility.set_location(' Leaving:'|| l_proc, 50);
152: raise;
153: end if;
154: hr_utility.set_location(' Leaving:'|| l_proc, 60);
155: end chk_item_class_id;
156: --
157: -- ---------------------------------------------------------------------------
158: -- |----------------------< chk_rule_key >--------------------------|

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

255: exception
256: when app_exception.application_exception then
257: if hr_multi_message.exception_add
258: (p_associated_column1 => 'RULE_TYPE') then
259: hr_utility.set_location(' Leaving:'|| l_proc, 50);
260: raise;
261: end if;
262: hr_utility.set_location(' Leaving:'|| l_proc, 60);
263: end chk_rule_type;

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

258: (p_associated_column1 => 'RULE_TYPE') then
259: hr_utility.set_location(' Leaving:'|| l_proc, 50);
260: raise;
261: end if;
262: hr_utility.set_location(' Leaving:'|| l_proc, 60);
263: end chk_rule_type;
264: --+
265: -- ---------------------------------------------------------------------------
266: -- |------------------------------------------------|

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

378: exception
379: when app_exception.application_exception then
380: if hr_multi_message.exception_add
381: (p_associated_column1 => 'START_DATE') then
382: hr_utility.set_location(' Leaving:'|| l_proc, 50);
383: raise;
384: end if;
385: hr_utility.set_location(' Leaving:'|| l_proc, 60);
386: end chk_start_end_date_combination;

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

381: (p_associated_column1 => 'START_DATE') then
382: hr_utility.set_location(' Leaving:'|| l_proc, 50);
383: raise;
384: end if;
385: hr_utility.set_location(' Leaving:'|| l_proc, 60);
386: end chk_start_end_date_combination;
387: --
388: -- ---------------------------------------------------------------------------
389: -- |----------------------< chk_delete >--------------------------|

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

477: exception
478: when app_exception.application_exception then
479: if hr_multi_message.exception_add
480: (p_associated_column1 => 'ATTRIBUTE_ID') then
481: hr_utility.set_location(' Leaving:'|| l_proc, 50);
482: raise;
483: end if;
484: hr_utility.set_location(' Leaving:'|| l_proc, 60);
485: end chk_delete;

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

480: (p_associated_column1 => 'ATTRIBUTE_ID') then
481: hr_utility.set_location(' Leaving:'|| l_proc, 50);
482: raise;
483: end if;
484: hr_utility.set_location(' Leaving:'|| l_proc, 60);
485: end chk_delete;
486: --
487: -- ----------------------------------------------------------------------------
488: -- |-----------------------< chk_non_updateable_args >------------------------|

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

750: --
751: l_proc varchar2(72) := g_package||'insert_validate';
752: --
753: Begin
754: hr_utility.set_location('Entering:'||l_proc, 5);
755: --
756: ame_rul_bus.chk_description
757: (p_rule_id => p_rec.rule_id
758: ,p_object_version_number => p_rec.object_version_number

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

785: ,p_end_date => p_rec.end_date);
786: --
787: ame_rul_bus.chk_rule_key(p_rule_key => p_rec.rule_key);
788: --
789: hr_utility.set_location(' Leaving:'||l_proc, 10);
790: End insert_validate;
791: --
792: -- ----------------------------------------------------------------------------
793: -- |---------------------------< update_validate >----------------------------|

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

802: --
803: l_proc varchar2(72) := g_package||'update_validate';
804: --
805: Begin
806: hr_utility.set_location('Entering:'||l_proc, 5);
807: --
808: -- Validate Dependent Attributes
809: --+
810: ame_rul_bus.chk_description

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

834: ,p_start_date => p_rec.start_date
835: ,p_end_date => p_rec.end_date);
836: --
837: --
838: hr_utility.set_location(' Leaving:'||l_proc, 10);
839: End update_validate;
840: --
841: -- ----------------------------------------------------------------------------
842: -- |---------------------------< delete_validate >----------------------------|

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

851: --
852: l_proc varchar2(72) := g_package||'delete_validate';
853: --
854: Begin
855: hr_utility.set_location('Entering:'||l_proc, 5);
856: --
857: -- Call all supporting business operations
858: --
859: dt_delete_validate

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

867: (p_rule_id => p_rec.rule_id
868: ,p_object_version_number => p_rec.object_version_number
869: ,p_effective_date => p_effective_date);
870: --
871: hr_utility.set_location(' Leaving:'||l_proc, 10);
872: End delete_validate;
873: --
874: end ame_rul_bus;