DBA Data[Home] [Help]

APPS.OKC_WF_K_APPROVE dependencies on OKC_K_HEADERS_V

Line 684: from okc_k_headers_v

680: --
681: -- Cursor to check if contract is a template
682: CURSOR c1 is
683: select 'T'
684: from okc_k_headers_v
685: where id = wf_engine.GetItemAttrNumber(itemtype,itemkey,'CONTRACT_ID')
686: and template_yn = 'Y';
687: --
688: BEGIN