DBA Data[Home] [Help]

APPS.OKC_REP_WF_PVT dependencies on OKC_TERMS_UTIL_GRP

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

2127: itemtype => itemtype,
2128: itemkey => itemkey,
2129: aname => 'CONTRACT_TYPE');
2130:
2131: l_value := OKC_TERMS_UTIL_GRP.HAS_TERMS( p_document_type => l_contract_type,
2132: p_document_id => l_contract_id);
2133: IF (l_value = 'Y') THEN
2134: resultout := 'COMPLETE:T';
2135: ELSE