DBA Data[Home] [Help]

APPS.OKL_SSC_WF dependencies on OKC_K_HEADERS_V

Line 1711: FROM okc_k_headers_v

1707:
1708: --get contract number for notification
1709: SELECT contract_number
1710: INTO l_knum
1711: FROM okc_k_headers_v
1712: WHERE id = l_chrid;
1713:
1714: WF_ENGINE.SetItemAttrText(itemtype,itemkey,'SSCCONTRACTNUMBER',l_knum);
1715: