DBA Data[Home] [Help]

APPS.OKC_REP_CONTRACT_PROCESS_PVT dependencies on OKC_TERMS_UTIL_GRP

Line 4231: l_contract_source := OKC_TERMS_UTIL_GRP.Get_Contract_Source_Code(

4227:
4228:
4229: IF (l_conterms_exist_flag = 'Y') THEN
4230: -- Code changes for Bug# 6902073 Begins
4231: l_contract_source := OKC_TERMS_UTIL_GRP.Get_Contract_Source_Code(
4232: p_document_type => contract_rec.contract_type,
4233: p_document_id => p_contract_id
4234: );
4235: IF l_contract_source = 'STRUCTURED' THEN