DBA Data[Home] [Help]

APPS.IES_SVY_DPYLMENT_STATUS_PVT dependencies on FND_FILE

Line 72: fnd_file.put_line(fnd_file.log, l_error_msg);

68: exception
69: when others then
70: FND_MESSAGE.SET_NAME('IES', 'IES_SVY_UPDATE_DEPLOY_STATUS');
71: l_error_msg := FND_MESSAGE.GET;
72: fnd_file.put_line(fnd_file.log, l_error_msg);
73: ERRBUF := l_error_msg;
74: RETCODE := -1;
75: rollback to update_deployment_status;
76: end Update_Deployment_Status;