DBA Data[Home] [Help]

APPS.OKC_REP_SIGN_WF_PVT dependencies on OKC_TERMS_UTIL_GRP

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

1861: itemtype => itemtype,
1862: itemkey => itemkey,
1863: aname => 'CONTRACT_TYPE');
1864:
1865: l_value := OKC_TERMS_UTIL_GRP.HAS_TERMS( p_document_type => l_contract_type,
1866: p_document_id => l_contract_id);
1867: IF (l_value = 'Y') THEN
1868: resultout := 'COMPLETE:T';
1869: ELSE