DBA Data[Home] [Help]

APPS.OKL_CONTRACT_APP_WF dependencies on WF_ENGINE

Line 154: l_chrv_id := wf_engine.GetItemAttrText(itemtype => itemtype,

150: --DBMS_OUTPUT.PUT_LINE('BEGIN populate_attributes '||'funcmode '||funcmode);
151:
152: IF (funcmode = 'RUN') THEN
153:
154: l_chrv_id := wf_engine.GetItemAttrText(itemtype => itemtype,
155: itemkey => itemkey,
156: aname => 'QUOTE_NUM');
157:
158: --DBMS_OUTPUT.PUT_LINE('l_chrv_id '||l_chrv_id);

Line 164: wf_engine.SetItemAttrText (itemtype => itemtype,

160: OPEN c_fetch_k_number(l_chrv_id);
161: FETCH c_fetch_k_number INTO l_contract_num;
162: CLOSE c_fetch_k_number;
163:
164: wf_engine.SetItemAttrText (itemtype => itemtype,
165: itemkey => itemkey,
166: aname => 'QUOTE_NUM',
167: avalue => l_contract_num);
168: