DBA Data[Home] [Help]

APPS.OKC_REP_CONTRACT_PROCESS_PVT dependencies on OKC_TERMS_UTIL_GRP

Line 3774: l_contract_source := OKC_TERMS_UTIL_GRP.Get_Contract_Source_Code(

3770:
3771:
3772: IF (l_conterms_exist_flag = 'Y') THEN
3773: -- Code changes for Bug# 6902073 Begins
3774: l_contract_source := OKC_TERMS_UTIL_GRP.Get_Contract_Source_Code(
3775: p_document_type => contract_rec.contract_type,
3776: p_document_id => p_contract_id
3777: );
3778: IF l_contract_source = 'STRUCTURED' THEN