DBA Data[Home] [Help]

APPS.OKL_SSC_WF dependencies on OKC_K_HEADERS_V

Line 1797: FROM okc_k_headers_v

1793:
1794: --get contract number for notification
1795: SELECT contract_number
1796: INTO l_knum
1797: FROM okc_k_headers_v
1798: WHERE id = l_chrid;
1799:
1800: WF_ENGINE.SetItemAttrText(itemtype,itemkey,'SSCCONTRACTNUMBER',l_knum);
1801: