DBA Data[Home] [Help]

APPS.OKL_QUOTE_TO_CONTRACT_PVT dependencies on OKC_CONTEXT

Line 5895: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(

5891: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_quote_to_contract_pvt.create_contract_header'
5892: ,'begin debug call create_contract_header');
5893: END IF;
5894:
5895: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(
5896: p_org_id => l_lapv_rec.org_id,
5897: p_organization_id => l_lapv_rec.INV_ORG_ID);
5898:
5899: -- moved code here for bug#6765840 start