DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TYPES_API dependencies on HR_UTILITY

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

153: where benefit_classification_id = p_benefit_classification_id;
154:
155: --
156: begin
157: hr_utility.set_location('Entering:'|| l_proc, 10);
158: --
159: -- Issue a savepoint
160: --
161: savepoint CREATE_ELEMENT_TYPE;

Line 659: hr_utility.set_location(' Leaving:'||l_proc, 70);

655: p_object_version_number := l_object_version_number;
656: p_comment_id := l_comment_id;
657: p_processing_priority_warning := l_processing_priority_warning;
658: --
659: hr_utility.set_location(' Leaving:'||l_proc, 70);
660: exception
661: when hr_api.validate_enabled then
662: --
663: -- As the Validate_Enabled exception has been raised

Line 679: hr_utility.set_location(' Leaving:'||l_proc, 80);

675: p_effective_end_date := null;
676: p_comment_id := null;
677: p_processing_priority_warning := l_processing_priority_warning;
678: --
679: hr_utility.set_location(' Leaving:'||l_proc, 80);
680: when others then
681: --
682: -- A validation or unexpected error has occured
683: --

Line 685: hr_utility.set_location(' Leaving:'||l_proc, 90);

681: --
682: -- A validation or unexpected error has occured
683: --
684: rollback to CREATE_ELEMENT_TYPE;
685: hr_utility.set_location(' Leaving:'||l_proc, 90);
686: raise;
687: end CREATE_ELEMENT_TYPE;
688: --
689: -- ----------------------------------------------------------------------------

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

821: WHERE ett.element_type_id = p_element_type_id
822: AND ett.language = nvl(p_language_code,ett.language);
823:
824: begin
825: hr_utility.set_location('Entering:'|| l_proc, 10);
826: --
827: -- Issue a savepoint
828: --
829: savepoint UPDATE_ELEMENT_TYPE;

Line 1291: hr_utility.set_location(' Leaving:'||l_proc, 70);

1287: p_processing_priority_warning := l_processing_priority_warning;
1288: p_element_name_warning := l_element_name_warning;
1289: p_element_name_change_warning := l_element_name_change_warning;
1290: --
1291: hr_utility.set_location(' Leaving:'||l_proc, 70);
1292: exception
1293: when hr_api.validate_enabled then
1294: --
1295: -- As the Validate_Enabled exception has been raised

Line 1312: hr_utility.set_location(' Leaving:'||l_proc, 80);

1308: p_processing_priority_warning := l_processing_priority_warning;
1309: p_element_name_warning := l_element_name_warning;
1310: p_element_name_change_warning := l_element_name_change_warning;
1311: --
1312: hr_utility.set_location(' Leaving:'||l_proc, 80);
1313: when others then
1314: --
1315: -- A validation or unexpected error has occured
1316: --

Line 1318: hr_utility.set_location(' Leaving:'||l_proc, 90);

1314: --
1315: -- A validation or unexpected error has occured
1316: --
1317: rollback to UPDATE_ELEMENT_TYPE;
1318: hr_utility.set_location(' Leaving:'||l_proc, 90);
1319: raise;
1320: end UPDATE_ELEMENT_TYPE;
1321: --
1322: -- ----------------------------------------------------------------------------

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

1346: l_processing_rules_warning boolean;
1347: l_object_version_number pay_element_types_f.object_version_number%type;
1348: --
1349: begin
1350: hr_utility.set_location('Entering:'|| l_proc, 10);
1351: --
1352: -- Issue a savepoint
1353: --
1354: savepoint DELETE_ELEMENT_TYPE;

Line 1431: hr_utility.set_location(' Leaving:'||l_proc, 70);

1427: p_object_version_number := l_object_version_number;
1428: p_balance_feeds_warning := l_balance_feeds_warning;
1429: p_processing_rules_warning := l_processing_rules_warning;
1430: --
1431: hr_utility.set_location(' Leaving:'||l_proc, 70);
1432: exception
1433: when hr_api.validate_enabled then
1434: --
1435: -- As the Validate_Enabled exception has been raised

Line 1450: hr_utility.set_location(' Leaving:'||l_proc, 80);

1446: p_object_version_number := null;
1447: p_balance_feeds_warning := l_balance_feeds_warning;
1448: p_processing_rules_warning := l_processing_rules_warning;
1449: --
1450: hr_utility.set_location(' Leaving:'||l_proc, 80);
1451: when others then
1452: --
1453: -- A validation or unexpected error has occured
1454: --

Line 1456: hr_utility.set_location(' Leaving:'||l_proc, 90);

1452: --
1453: -- A validation or unexpected error has occured
1454: --
1455: rollback to DELETE_ELEMENT_TYPE;
1456: hr_utility.set_location(' Leaving:'||l_proc, 90);
1457: raise;
1458: end DELETE_ELEMENT_TYPE;
1459: --
1460: