DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVE_PVT dependencies on OKC_TERMS_UTIL_GRP

Line 2682: OKC_TERMS_UTIL_GRP.get_translated_template(

2678: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2679: IBE_UTIL.debug('l_contract_template_id = '||l_contract_template_id);
2680: END IF;
2681:
2682: OKC_TERMS_UTIL_GRP.get_translated_template(
2683: p_api_version => 1.0,
2684: p_init_msg_list => FND_API.g_false,
2685: p_template_id => l_contract_template_id, --this variable will have the translated template ID
2686: p_language => userenv('LANG'),

Line 2702: IBE_UTIL.debug('After calling OKC_TERMS_UTIL_GRP. get_translated_template(), quoteheaderId = '||lx_Qte_Header_Rec.quote_header_id);

2698: END IF;
2699:
2700: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2701: IBE_UTIL.debug('l_trans_Contract_templ_id = '||l_trans_Contract_templ_id);
2702: IBE_UTIL.debug('After calling OKC_TERMS_UTIL_GRP. get_translated_template(), quoteheaderId = '||lx_Qte_Header_Rec.quote_header_id);
2703: END IF;
2704:
2705: OKC_TERMS_COPY_GRP.copy_terms(
2706: p_api_version =>1.0

Line 3858: IF (OKC_TERMS_UTIL_GRP.Get_Terms_Template('QUOTE', p_quote_header_id) IS NULL) THEN

3854: */
3855:
3856: IF (FND_Profile.Value('OKC_ENABLE_SALES_CONTRACTS') = 'Y' ) THEN --Only if contracts is enabled
3857: --check whether ther is already a contract associated with the quote
3858: IF (OKC_TERMS_UTIL_GRP.Get_Terms_Template('QUOTE', p_quote_header_id) IS NULL) THEN
3859: --no contract associated with the quote yet, hence get the contract template id.
3860: --instantiate a contract and associate to the quote
3861: /*Mannamra: Changes for MOAC: Bug 4682364**/
3862: --l_contract_template_id := FND_Profile.Value('ASO_DEFAULT_CONTRACT_TEMPLATE'); --Old style

Line 3871: OKC_TERMS_UTIL_GRP.get_Translated_template(

3867: IBE_UTIL.debug('p_quote_header_id = '||p_quote_header_id);
3868: END IF;
3869: IF (l_contract_template_id is not null) THEN
3870:
3871: OKC_TERMS_UTIL_GRP.get_Translated_template(
3872: p_api_version => 1.0,
3873: p_init_msg_list => FND_API.g_false,
3874: p_template_id => l_contract_template_id,
3875: p_language => userenv('LANG'),