DBA Data[Home] [Help]

APPS.OKC_CHANGE_REQUEST_PVT dependencies on WF_ITEMS

Line 208: from WF_ITEMS

204: where ID = l_crtv_rec.chr_id;
205: --
206: cursor approval_active_csr is
207: select item_type
208: from WF_ITEMS
209: where item_type in
210: ( select wf_name
211: from OKC_PROCESS_DEFS_B
212: where USAGE='CHG_REQ_APPROVE' and PDF_TYPE='WPS')

Line 392: from WF_ITEMS

388: and K.ID = C.chr_id;
389: --
390: cursor approval_active_csr is
391: select item_type
392: from WF_ITEMS
393: where item_type in
394: ( select wf_name
395: from OKC_PROCESS_DEFS_B
396: where USAGE='CHG_REQ_APPROVE' and PDF_TYPE='WPS')