DBA Data[Home] [Help]

APPS.PON_CLM_CLO_UTIL_PKG dependencies on WF_ENGINE

Line 1806: wf_engine.CreateProcess(itemtype => l_itemtype,

1802:
1803:
1804: l_itemkey := to_char(p_document_id)||'-'||to_char(l_sequence);
1805:
1806: wf_engine.CreateProcess(itemtype => l_itemtype,
1807: itemkey => l_itemkey,
1808: process => 'NEG_LINE_DELETED');
1809:
1810: wf_engine.SetItemAttrText (itemtype => l_itemtype,

Line 1810: wf_engine.SetItemAttrText (itemtype => l_itemtype,

1806: wf_engine.CreateProcess(itemtype => l_itemtype,
1807: itemkey => l_itemkey,
1808: process => 'NEG_LINE_DELETED');
1809:
1810: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1811: itemkey => l_itemkey,
1812: aname => 'REQ_NUM',
1813: avalue => l_req_num);
1814:

Line 1815: wf_engine.SetItemAttrText (itemtype => l_itemtype,

1811: itemkey => l_itemkey,
1812: aname => 'REQ_NUM',
1813: avalue => l_req_num);
1814:
1815: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1816: itemkey => l_itemkey,
1817: aname => 'REQ_LINE_NUM',
1818: avalue => l_req_line_num);
1819:

Line 1820: wf_engine.SetItemAttrText (itemtype => l_itemtype,

1816: itemkey => l_itemkey,
1817: aname => 'REQ_LINE_NUM',
1818: avalue => l_req_line_num);
1819:
1820: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1821: itemkey => l_itemkey,
1822: aname => 'REQ_LINE_DESCRIPTION',
1823: avalue => l_req_line_description);
1824:

Line 1825: wf_engine.SetItemAttrText (itemtype => l_itemtype,

1821: itemkey => l_itemkey,
1822: aname => 'REQ_LINE_DESCRIPTION',
1823: avalue => l_req_line_description);
1824:
1825: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1826: itemkey => l_itemkey,
1827: aname => 'BUYER_NAME',
1828: avalue => l_buyer_name);
1829:

Line 1855: wf_engine.SetItemAttrText (itemtype => l_itemtype,

1851:
1852: END IF;
1853:
1854:
1855: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1856: itemkey => l_itemkey,
1857: aname => 'DOC_TYPE',
1858: avalue => l_doc_type_dsp);
1859:

Line 1860: wf_engine.SetItemAttrText (itemtype => l_itemtype,

1856: itemkey => l_itemkey,
1857: aname => 'DOC_TYPE',
1858: avalue => l_doc_type_dsp);
1859:
1860: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1861: itemkey => l_itemkey,
1862: aname => 'DOC_NUMBER',
1863: avalue => l_document_number);
1864:

Line 1865: wf_engine.SetItemAttrText (itemtype => l_itemtype,

1861: itemkey => l_itemkey,
1862: aname => 'DOC_NUMBER',
1863: avalue => l_document_number);
1864:
1865: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1866: itemkey => l_itemkey,
1867: aname => 'REQ_OWNER',
1868: avalue => l_username);
1869:

Line 1870: wf_engine.SetItemAttrText (itemtype => l_itemtype,

1866: itemkey => l_itemkey,
1867: aname => 'REQ_OWNER',
1868: avalue => l_username);
1869:
1870: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1871: itemkey => l_itemkey,
1872: aname => 'ORIGIN_USER_NAME',
1873: avalue => fnd_global.user_name);
1874:

Line 1875: wf_engine.SetItemOwner(itemtype => l_itemtype,

1871: itemkey => l_itemkey,
1872: aname => 'ORIGIN_USER_NAME',
1873: avalue => fnd_global.user_name);
1874:
1875: wf_engine.SetItemOwner(itemtype => l_itemtype,
1876: itemkey => l_itemkey,
1877: owner => fnd_global.user_name );
1878:
1879: wf_engine.StartProcess(itemtype => l_itemtype,

Line 1879: wf_engine.StartProcess(itemtype => l_itemtype,

1875: wf_engine.SetItemOwner(itemtype => l_itemtype,
1876: itemkey => l_itemkey,
1877: owner => fnd_global.user_name );
1878:
1879: wf_engine.StartProcess(itemtype => l_itemtype,
1880: itemkey => l_itemkey );
1881:
1882:
1883: