DBA Data[Home] [Help]

APPS.HR_PAY_SCALE_API dependencies on HR_UTILITY

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

92:
93: --
94: begin
95: --
96: hr_utility.set_location('Entering:'|| l_proc, 10);
97: hr_utility.trace('p_attribute_category => ' || p_attribute_category);
98: hr_utility.trace('p_attribute1 => ' || p_attribute1);
99: --
100: -- Issue a savepoint

Line 97: hr_utility.trace('p_attribute_category => ' || p_attribute_category);

93: --
94: begin
95: --
96: hr_utility.set_location('Entering:'|| l_proc, 10);
97: hr_utility.trace('p_attribute_category => ' || p_attribute_category);
98: hr_utility.trace('p_attribute1 => ' || p_attribute1);
99: --
100: -- Issue a savepoint
101: --

Line 98: hr_utility.trace('p_attribute1 => ' || p_attribute1);

94: begin
95: --
96: hr_utility.set_location('Entering:'|| l_proc, 10);
97: hr_utility.trace('p_attribute_category => ' || p_attribute_category);
98: hr_utility.trace('p_attribute1 => ' || p_attribute1);
99: --
100: -- Issue a savepoint
101: --
102: savepoint create_pay_scale;

Line 104: hr_utility.set_location(l_proc, 20);

100: -- Issue a savepoint
101: --
102: savepoint create_pay_scale;
103:
104: hr_utility.set_location(l_proc, 20);
105:
106: --
107: -- Truncate the time portion from all IN date parameters
108: --

Line 191: hr_utility.set_location(l_proc, 30);

187: -- End of before hook process (create_pay_sacle)
188: --
189: end;
190:
191: hr_utility.set_location(l_proc, 30);
192: --
193: -- Process Logic
194: --
195:

Line 268: hr_utility.set_location(l_proc, 40);

264: ,p_parent_spine_id => l_parent_spine_id
265: ,p_object_version_number => l_object_version_number
266: );
267:
268: hr_utility.set_location(l_proc, 40);
269:
270: --
271: --
272: -- Call After Process hook for create_grade

Line 363: hr_utility.set_location(l_proc, 50);

359: then
360: raise hr_api.validate_enabled;
361: end if;
362: --
363: hr_utility.set_location(l_proc, 50);
364: --
365: -- Set OUT parameters
366: --
367: p_parent_spine_id := l_parent_spine_id;

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

366: --
367: p_parent_spine_id := l_parent_spine_id;
368: p_object_version_number := l_object_version_number;
369: --
370: hr_utility.set_location(' Leaving:' ||l_proc, 60);
371: --
372: exception
373: --
374: when hr_api.validate_enabled then

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

385: --
386: p_parent_spine_id := null;
387: p_object_version_number := null;
388: --
389: hr_utility.set_location(' Leaving:'||l_proc, 70);
390: --
391: when others then
392: --
393: -- A validation or unexpected error has occurred

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

395: --
396: --
397: ROLLBACK TO create_pay_scale;
398: --
399: hr_utility.set_location(' Leaving:'||l_proc, 80);
400: --
401: raise;
402: --
403: end create_pay_scale;

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

640:
641: --
642: begin
643: --
644: hr_utility.set_location('Entering:'|| l_proc, 10);
645: --
646: lv_object_version_number := p_object_version_number;
647:
648: --

Line 653: hr_utility.set_location(l_proc, 20);

649: -- Issue a savepoint
650: --
651: savepoint update_pay_scale;
652:
653: hr_utility.set_location(l_proc, 20);
654:
655: --
656: -- Truncate the time portion from all IN date parameters
657: --

Line 742: hr_utility.set_location(l_proc, 30);

738: -- End of before hook process (update_pay_scale)
739: --
740: end;
741:
742: hr_utility.set_location(l_proc, 30);
743: --
744: -- Process Logic
745: --
746:

Line 835: hr_utility.set_location(l_proc, 40);

831: -- Assign the out parameters.
832: --
833: p_object_version_number := l_object_version_number;
834:
835: hr_utility.set_location(l_proc, 40);
836:
837: --
838: --
839: -- Call After Process hook for create_grade

Line 928: hr_utility.set_location(l_proc, 50);

924: then
925: raise hr_api.validate_enabled;
926: end if;
927: --
928: hr_utility.set_location(l_proc, 50);
929: --
930: -- Set OUT parameters
931: --
932: p_object_version_number := l_object_version_number;

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

930: -- Set OUT parameters
931: --
932: p_object_version_number := l_object_version_number;
933: --
934: hr_utility.set_location(' Leaving:' ||l_proc, 60);
935: --
936: exception
937: --
938: when hr_api.validate_enabled then

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

948: -- when validation only mode is being used.)
949: --
950: p_object_version_number := p_object_version_number;
951: --
952: hr_utility.set_location(' Leaving:'||l_proc, 70);
953: --
954: when others then
955: --
956: -- A validation or unexpected error has occurred

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

960: rollback to update_pay_scale;
961: --
962: p_object_version_number := lv_object_version_number;
963: --
964: hr_utility.set_location(' Leaving:'||l_proc, 80);
965: --
966: raise;
967: --
968: end update_pay_scale;

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

1011: --
1012: l_proc varchar2(72) := g_package||'delete_pay_scale';
1013:
1014: begin
1015: hr_utility.set_location('Entering:'|| l_proc, 10);
1016:
1017: --
1018: -- Issue a savepoint
1019: --

Line 1039: hr_utility.set_location(l_proc, 20);

1035: ,p_hook_type => 'BP'
1036: );
1037: end;
1038:
1039: hr_utility.set_location(l_proc, 20);
1040:
1041: --
1042: -- Process Logic
1043: --

Line 1058: hr_utility.set_location(l_proc, 30);

1054: per_pps_del.del
1055: (p_parent_spine_id => p_parent_spine_id
1056: ,p_object_version_number => p_object_version_number);
1057:
1058: hr_utility.set_location(l_proc, 30);
1059:
1060: --
1061: -- Call After Process User Hook
1062: --

Line 1076: hr_utility.set_location(l_proc, 40);

1072: ,p_hook_type => 'AP'
1073: );
1074: end;
1075:
1076: hr_utility.set_location(l_proc, 40);
1077:
1078: --
1079: -- When in validation only mode raise the Validate_Enabled exception
1080: --

Line 1085: hr_utility.set_location(' Leaving:'||l_proc, 100);

1081: if p_validate then
1082: raise hr_api.validate_enabled;
1083: end if;
1084:
1085: hr_utility.set_location(' Leaving:'||l_proc, 100);
1086: exception
1087: when hr_api.validate_enabled then
1088: hr_utility.set_location(' Leaving...:'||l_proc, 50);
1089: --

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

1084:
1085: hr_utility.set_location(' Leaving:'||l_proc, 100);
1086: exception
1087: when hr_api.validate_enabled then
1088: hr_utility.set_location(' Leaving...:'||l_proc, 50);
1089: --
1090: -- As the Validate_Enabled exception has been raised
1091: -- we must rollback to the savepoint
1092: --

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

1096: -- (Any key or derived arguments must be set to null
1097: -- when validation only mode is being used.)
1098: --
1099: when others then
1100: hr_utility.set_location(' Leaving...:'||l_proc, 60);
1101: --
1102: -- A validation or unexpected error has occured
1103: --
1104: rollback to delete_pay_scale;