DBA Data[Home] [Help]

APPS.PSP_EFF_REPORT_DETAILS_API dependencies on HR_UTILITY

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

81: AND PROPOSED_EFFORT_PERCENT >100
82: group by per.PERSON_ID;
83: */
84: begin
85: hr_utility.set_location('Entering:'|| l_proc, 10);
86:
87: -- for uva
88: open get_er_dates;
89: fetch get_er_dates into l_start_date, l_end_date;

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

215: ,p_error_message => l_message
216: ,p_return_status => l_return_status
217: );
218:
219: hr_utility.set_location(' Leaving:'||l_proc, 90);
220: raise FND_API.G_EXC_UNEXPECTED_ERROR;
221: end;
222: --
223: -- Call Before Process User Hook

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

314: ,p_error_message => l_message
315: ,p_return_status => l_return_status
316: );
317:
318: hr_utility.set_location(' Leaving:'||l_proc, 90);
319: raise FND_API.G_EXC_UNEXPECTED_ERROR;
320: END;
321: End Loop;
322:

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

401: ,p_error_message => l_message
402: ,p_return_status => l_return_status
403: );
404:
405: hr_utility.set_location(' Leaving:'||l_proc, 90);
406: raise FND_API.G_EXC_UNEXPECTED_ERROR;
407:
408: when others then
409: --

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

424: ,p_error_message => l_message
425: ,p_return_status => l_return_status
426: );
427:
428: hr_utility.set_location(' Leaving:'||l_proc, 90);
429: raise FND_API.G_EXC_UNEXPECTED_ERROR;
430: end;
431: --
432: -- When in validation only mode raise the Validate_Enabled exception

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

438: -- Set all IN OUT and OUT parameters with out values
439: --
440: -- p_Request_id := l_Request_id;
441: --
442: hr_utility.set_location(' Leaving:'||l_proc, 70);
443: exception
444: /*
445: when Range_percent_validation_flag then
446: p_warning := true;

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

509: );
510: if l_return_status = 'E' then
511: raise FND_API.G_EXC_UNEXPECTED_ERROR;
512: end if;
513: hr_utility.set_location(' Leaving:'||l_proc, 80);
514: when others then
515: --
516: -- A validation or unexpected error has occured
517: --

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

532: );
533: if l_return_status = 'E' then
534: raise FND_API.G_EXC_UNEXPECTED_ERROR;
535: end if;
536: hr_utility.set_location(' Leaving:'||l_proc, 90);
537: raise FND_API.G_EXC_UNEXPECTED_ERROR;
538: end UPDATE_EFF_REPORT_DETAILS;
539: --
540: end PSP_EFF_REPORT_DETAILS_API;