DBA Data[Home] [Help]

APPS.OKC_REP_UTIL_PVT dependencies on ASO_SECURITY_INT

Line 8220: -- : the API returns 'UPDATE'. else it calls ASO_SECURITY_INT.get_quote_access

8216: --API name : has_contract_access
8217: --Type : Private.
8218: --Function : Checks access to a quote by the current user. It first checks the profile
8219: -- : "aso_enable_security_check". If this profile is set to 'No',
8220: -- : the API returns 'UPDATE'. else it calls ASO_SECURITY_INT.get_quote_access
8221: -- : to get the current user access.
8222: -- :
8223: --Pre-reqs : None.
8224: --Parameters :

Line 8267: 'Calling ASO_SECURITY_INT.get_quote_access to get the access');

8263: l_access := G_SALES_QUOTE_UPDATE_ACCESS;
8264: ELSE
8265: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
8266: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
8267: 'Calling ASO_SECURITY_INT.get_quote_access to get the access');
8268: END IF;
8269: l_access := ASO_SECURITY_INT.get_quote_access(p_resource_id, p_quote_number);
8270: END IF;
8271: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 8269: l_access := ASO_SECURITY_INT.get_quote_access(p_resource_id, p_quote_number);

8265: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
8266: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
8267: 'Calling ASO_SECURITY_INT.get_quote_access to get the access');
8268: END IF;
8269: l_access := ASO_SECURITY_INT.get_quote_access(p_resource_id, p_quote_number);
8270: END IF;
8271: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
8272: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
8273: 'OKC_REP_UTIL_PVT.get_quote_access returns l_access as : '