DBA Data[Home] [Help]

APPS.PO_CUSTOM_PRICE_PUB dependencies on APP_EXCEPTION

Line 555: app_exception.raise_exception;

551: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
552: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,g_log_head || '.'||l_api_name||'.'
553: || l_progress,'After calling procedure GET_CUST_INTERNAL_REQ_PRICE. Return status is : '|| x_return_status );
554: END IF;
555: app_exception.raise_exception;
556: END IF;
557:
558: return(x_unit_price);
559: