DBA Data[Home] [Help]

APPS.PAY_USER_COLUMN_INSTANCE_API dependencies on HR_UTILITY

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

33: l_effective_start_date date;
34: l_effective_end_date date;
35: --
36: begin
37: hr_utility.set_location('Entering:'|| l_proc, 10);
38: --
39: -- Issue a savepoint
40: --
41: savepoint create_user_column_instance;

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

117: p_effective_start_date := l_effective_start_date ;
118: p_effective_end_date := l_effective_end_date ;
119:
120: --
121: hr_utility.set_location(' Leaving:'||l_proc, 70);
122: exception
123: when hr_api.validate_enabled then
124: --
125: -- As the Validate_Enabled exception has been raised

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

135: p_object_version_number := null ;
136: p_effective_start_date := null ;
137: p_effective_end_date := null ;
138:
139: hr_utility.set_location(' Leaving:'||l_proc, 80);
140: when others then
141: --
142: -- A validation or unexpected error has occured
143: --

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

150: p_object_version_number := null ;
151: p_effective_start_date := null ;
152: p_effective_end_date := null ;
153:
154: hr_utility.set_location(' Leaving:'||l_proc, 90);
155: raise;
156: end create_user_column_instance;
157: --
158: -- ----------------------------------------------------------------------------

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

179: l_effective_start_date date;
180: l_effective_end_date date;
181: --
182: begin
183: hr_utility.set_location('Entering:'|| l_proc, 10);
184: --
185: -- Issue a savepoint
186: --
187: savepoint update_user_column_instance;

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

260: p_effective_start_date := l_effective_start_date ;
261: p_effective_end_date := l_effective_end_date ;
262:
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 70);
265: exception
266: when hr_api.validate_enabled then
267: --
268: -- As the Validate_Enabled exception has been raised

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

277: p_object_version_number := l_in_out_parameter;
278: p_effective_start_date := null ;
279: p_effective_end_date := null ;
280:
281: hr_utility.set_location(' Leaving:'||l_proc, 80);
282: when others then
283: --
284: -- A validation or unexpected error has occured
285: --

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

291: p_object_version_number := l_in_out_parameter;
292: p_effective_start_date := null ;
293: p_effective_end_date := null ;
294:
295: hr_utility.set_location(' Leaving:'||l_proc, 90);
296: raise;
297: end update_user_column_instance;
298: --
299: -- ----------------------------------------------------------------------------

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

319: l_effective_start_date date;
320: l_effective_end_date date;
321: --
322: begin
323: hr_utility.set_location('Entering:'|| l_proc, 10);
324: --
325: -- Issue a savepoint
326: --
327: savepoint delete_user_column_instance;

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

396: p_effective_start_date := l_effective_start_date ;
397: p_effective_end_date := l_effective_end_date ;
398:
399: --
400: hr_utility.set_location(' Leaving:'||l_proc, 70);
401: exception
402: when hr_api.validate_enabled then
403: --
404: -- As the Validate_Enabled exception has been raised

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

413: p_object_version_number := l_in_out_parameter;
414: p_effective_start_date := null ;
415: p_effective_end_date := null ;
416:
417: hr_utility.set_location(' Leaving:'||l_proc, 80);
418: when others then
419: --
420: -- A validation or unexpected error has occured
421: --

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

427: p_object_version_number := l_in_out_parameter;
428: p_effective_start_date := null ;
429: p_effective_end_date := null ;
430:
431: hr_utility.set_location(' Leaving:'||l_proc, 90);
432: raise;
433: end delete_user_column_instance;
434: --
435: