DBA Data[Home] [Help]

APPS.PSP_EFF_REPORT_DETAILS_API dependencies on FND_API

Line 220: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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
224: --

Line 319: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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:
323:

Line 406: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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: --
410: -- A validation or unexpected error has occured

Line 429: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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
433: --

Line 511: raise FND_API.G_EXC_UNEXPECTED_ERROR;

507: ,p_error_message => l_message
508: ,p_return_status => l_return_status
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: --

Line 534: raise FND_API.G_EXC_UNEXPECTED_ERROR;

530: ,p_error_message => l_message
531: ,p_return_status => l_return_status
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;

Line 537: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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;