DBA Data[Home] [Help]

APPS.OKC_REP_UTIL_PVT dependencies on ASO_SECURITY_INT

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

7314: --API name : has_contract_access
7315: --Type : Private.
7316: --Function : Checks access to a quote by the current user. It first checks the profile
7317: -- : "aso_enable_security_check". If this profile is set to 'No',
7318: -- : the API returns 'UPDATE'. else it calls ASO_SECURITY_INT.get_quote_access
7319: -- : to get the current user access.
7320: -- :
7321: --Pre-reqs : None.
7322: --Parameters :

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

7361: l_access := G_SALES_QUOTE_UPDATE_ACCESS;
7362: ELSE
7363: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
7364: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
7365: 'Calling ASO_SECURITY_INT.get_quote_access to get the access');
7366: END IF;
7367: l_access := ASO_SECURITY_INT.get_quote_access(p_resource_id, p_quote_number);
7368: END IF;
7369: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

7363: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
7364: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
7365: 'Calling ASO_SECURITY_INT.get_quote_access to get the access');
7366: END IF;
7367: l_access := ASO_SECURITY_INT.get_quote_access(p_resource_id, p_quote_number);
7368: END IF;
7369: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
7370: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
7371: 'OKC_REP_UTIL_PVT.get_quote_access returns l_access as : '