DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVE_PVT dependencies on OKC_TERMS_UTIL_GRP

Line 2663: OKC_TERMS_UTIL_GRP.get_translated_template(

2659: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2660: IBE_UTIL.debug('l_contract_template_id = '||l_contract_template_id);
2661: END IF;
2662:
2663: OKC_TERMS_UTIL_GRP.get_translated_template(
2664: p_api_version => 1.0,
2665: p_init_msg_list => FND_API.g_false,
2666: p_template_id => l_contract_template_id, --this variable will have the translated template ID
2667: p_language => userenv('LANG'),

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

2679: END IF;
2680:
2681: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2682: IBE_UTIL.debug('l_trans_Contract_templ_id = '||l_trans_Contract_templ_id);
2683: IBE_UTIL.debug('After calling OKC_TERMS_UTIL_GRP. get_translated_template(), quoteheaderId = '||lx_Qte_Header_Rec.quote_header_id);
2684: END IF;
2685:
2686: OKC_TERMS_COPY_GRP.copy_terms(
2687: p_api_version =>1.0

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

3835: */
3836:
3837: IF (FND_Profile.Value('OKC_ENABLE_SALES_CONTRACTS') = 'Y' ) THEN --Only if contracts is enabled
3838: --check whether ther is already a contract associated with the quote
3839: IF (OKC_TERMS_UTIL_GRP.Get_Terms_Template('QUOTE', p_quote_header_id) IS NULL) THEN
3840: --no contract associated with the quote yet, hence get the contract template id.
3841: --instantiate a contract and associate to the quote
3842: /*Mannamra: Changes for MOAC: Bug 4682364**/
3843: --l_contract_template_id := FND_Profile.Value('ASO_DEFAULT_CONTRACT_TEMPLATE'); --Old style

Line 3852: OKC_TERMS_UTIL_GRP.get_Translated_template(

3848: IBE_UTIL.debug('p_quote_header_id = '||p_quote_header_id);
3849: END IF;
3850: IF (l_contract_template_id is not null) THEN
3851:
3852: OKC_TERMS_UTIL_GRP.get_Translated_template(
3853: p_api_version => 1.0,
3854: p_init_msg_list => FND_API.g_false,
3855: p_template_id => l_contract_template_id,
3856: p_language => userenv('LANG'),