DBA Data[Home] [Help]

APPS.IRC_PROF_AREA_CRITERIA_VAL_API dependencies on HR_UTILITY

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

25: l_object_version_number irc_prof_area_criteria_values.object_version_number%TYPE;
26: l_prof_area_criteria_value_id irc_prof_area_criteria_values.prof_area_criteria_value_id%TYPE;
27:
28: begin
29: hr_utility.set_location('Entering:'|| l_proc, 10);
30: --
31: -- Issue a savepoint
32: --
33: savepoint CREATE_PROF_AREA_CRITERIA;

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

93: --
94: p_prof_area_criteria_value_id := l_prof_area_criteria_value_id;
95: p_object_version_number := l_object_version_number;
96: --
97: hr_utility.set_location(' Leaving:'||l_proc, 70);
98: exception
99: when hr_api.validate_enabled then
100: --
101: -- As the Validate_Enabled exception has been raised

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

108: -- when validation only mode is being used.)
109: --
110: p_prof_area_criteria_value_id := null;
111: p_object_version_number := null;
112: hr_utility.set_location(' Leaving:'||l_proc, 80);
113: when others then
114: --
115: -- A validation or unexpected error has occured
116: --

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

120: -- OUT parameters, including warnings, to null
121: --
122: p_prof_area_criteria_value_id := null;
123: p_object_version_number := null;
124: hr_utility.set_location(' Leaving:'||l_proc, 90);
125: raise;
126: end CREATE_PROF_AREA_CRITERIA;
127: --
128: -- ----------------------------------------------------------------------------

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

138: -- Declare cursors and local variables
139: --
140: l_proc varchar2(72) := g_package||'DELETE_PROF_AREA_CRITERIA';
141: begin
142: hr_utility.set_location('Entering:'|| l_proc, 10);
143: --
144: -- Issue a savepoint
145: --
146: savepoint DELETE_PROF_AREA_CRITERIA;

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

192: end if;
193: --
194: -- Set all IN OUT and OUT parameters with out values
195: --
196: hr_utility.set_location(' Leaving:'||l_proc, 70);
197: exception
198: when hr_api.validate_enabled then
199: --
200: -- As the Validate_Enabled exception has been raised

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

205: -- Reset IN OUT parameters and set OUT parameters
206: -- (Any key or derived arguments must be set to null
207: -- when validation only mode is being used.)
208: --
209: hr_utility.set_location(' Leaving:'||l_proc, 80);
210: when others then
211: --
212: -- A validation or unexpected error has occured
213: --

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

215: --
216: -- Reset IN OUT parameters and set all
217: -- OUT parameters, including warnings, to null
218: --
219: hr_utility.set_location(' Leaving:'||l_proc, 90);
220: raise;
221: end DELETE_PROF_AREA_CRITERIA;
222: --
223: end IRC_PROF_AREA_CRITERIA_VAL_API;