DBA Data[Home] [Help]

APPS.OKC_REP_WF_PVT dependencies on OKC_TERMS_UTIL_GRP

Line 2752: l_value := OKC_TERMS_UTIL_GRP.HAS_TERMS( p_document_type => l_contract_type,

2748: itemtype => itemtype,
2749: itemkey => itemkey,
2750: aname => 'CONTRACT_TYPE');
2751:
2752: l_value := OKC_TERMS_UTIL_GRP.HAS_TERMS( p_document_type => l_contract_type,
2753: p_document_id => l_contract_id);
2754: IF (l_value = 'Y') THEN
2755: resultout := 'COMPLETE:T';
2756: ELSE