DBA Data[Home] [Help]

APPS.IGS_DA_XML_PKG dependencies on WF_ENGINE

Line 1863: WF_ENGINE.CreateProcess (ItemType => 'DANTFERR',

1859: CLOSE c_req;
1860: IF l_req IS NULL THEN
1861: l_req := 'SYSADMIN';
1862: END IF;
1863: WF_ENGINE.CreateProcess (ItemType => 'DANTFERR',
1864: Itemkey => l_item_key,
1865: process => 'NTFREQST');
1866: WF_ENGINE.SetItemAttrText(ItemType => 'DANTFERR',
1867: ItemKey => l_item_key,

Line 1866: WF_ENGINE.SetItemAttrText(ItemType => 'DANTFERR',

1862: END IF;
1863: WF_ENGINE.CreateProcess (ItemType => 'DANTFERR',
1864: Itemkey => l_item_key,
1865: process => 'NTFREQST');
1866: WF_ENGINE.SetItemAttrText(ItemType => 'DANTFERR',
1867: ItemKey => l_item_key,
1868: aname => 'BATCH_ID',
1869: avalue => to_char(p_batch_id));
1870: WF_ENGINE.SetItemAttrText(ItemType => 'DANTFERR',

Line 1870: WF_ENGINE.SetItemAttrText(ItemType => 'DANTFERR',

1866: WF_ENGINE.SetItemAttrText(ItemType => 'DANTFERR',
1867: ItemKey => l_item_key,
1868: aname => 'BATCH_ID',
1869: avalue => to_char(p_batch_id));
1870: WF_ENGINE.SetItemAttrText(ItemType => 'DANTFERR',
1871: ItemKey => l_item_key,
1872: aname => 'REQUESTOR',
1873: avalue => l_req);
1874:

Line 1875: WF_ENGINE.StartProcess (ItemType => 'DANTFERR',

1871: ItemKey => l_item_key,
1872: aname => 'REQUESTOR',
1873: avalue => l_req);
1874:
1875: WF_ENGINE.StartProcess (ItemType => 'DANTFERR',
1876: ItemKey => l_item_key);
1877: ECX_DEBUG.POP('IGS_DA_XML_PKG.LAUNCH_NOTIFY_ERR_WF');
1878: EXCEPTION
1879: WHEN OTHERS THEN