DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TYPES_MIG dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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 1289: hr_utility.set_location(' Leaving:'||l_proc, 70);

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

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

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

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

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

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

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

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

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

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

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

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

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