DBA Data[Home] [Help]

APPS.IBE_ONECLK_PVT dependencies on IBE_QUOTE_MISC_PVT

Line 139: l_quote_status := IBE_QUOTE_MISC_PVT.get_aso_quote_status(l_qte_header_rec.quote_header_id);

135: --Need to call Contracts expert engine before placing the order to refresh the template with latest terms
136: --if user has made any changes to the cart.
137: --This needs to be done only if the quote status is not "APPROVED"
138: IF (FND_Profile.Value('OKC_ENABLE_SALES_CONTRACTS') = 'Y' ) THEN --Only if contracts is enabled
139: l_quote_status := IBE_QUOTE_MISC_PVT.get_aso_quote_status(l_qte_header_rec.quote_header_id);
140:
141: IF(upper(l_quote_status) <> 'APPROVED') THEN
142: /*mannamra: changes for MOAC: Bug 4682364 */
143: --l_contract_template_id := FND_PROFILE.VALUE('ASO_DEFAULT_CONTRACT_TEMPLATE'); old style