DBA Data[Home] [Help]

APPS.IEX_STRY_UTL_PUB dependencies on WF_ENGINE

Line 1700: wf_engine.SetItemAttrText(itemtype => 'IEXSTRY',

1696: /* OPEN c_getname(p_resourceto_id);
1697: FETCH c_getname INTO l_username, l_source_name;
1698: CLOSE c_getname;
1699:
1700: wf_engine.SetItemAttrText(itemtype => 'IEXSTRY',
1701: itemkey => to_char(i.strategy_id),
1702: aname => 'ASSIGNEE',
1703: avalue => l_source_name);
1704: wf_engine.SetItemAttrText(itemtype => 'IEXSTRY',

Line 1704: wf_engine.SetItemAttrText(itemtype => 'IEXSTRY',

1700: wf_engine.SetItemAttrText(itemtype => 'IEXSTRY',
1701: itemkey => to_char(i.strategy_id),
1702: aname => 'ASSIGNEE',
1703: avalue => l_source_name);
1704: wf_engine.SetItemAttrText(itemtype => 'IEXSTRY',
1705: itemkey => to_char(i.strategy_id),
1706: aname => 'NOTIFICATION_USERNAME',
1707: avalue => l_username);
1708:

Line 1718: wf_engine.SetItemAttrText(itemtype => 'IEXSTRY',

1714: l_mgrname := l_username;
1715: l_mgr_resource_id := p_resourceto_id;
1716: end if;
1717:
1718: wf_engine.SetItemAttrText(itemtype => 'IEXSTRY',
1719: itemkey => to_char(i.strategy_id),
1720: aname => 'NOTIFICATION_MGRNAME',
1721: avalue => l_mgrname);*/
1722:

Line 1731: wf_engine.SetItemAttrText(itemtype => 'IEXSTFFM',

1727: OPEN c_getname(p_resourceto_id);
1728: FETCH c_getname INTO l_username, l_source_name;
1729: CLOSE c_getname;
1730:
1731: wf_engine.SetItemAttrText(itemtype => 'IEXSTFFM',
1732: itemkey => to_char(i.work_item_id),
1733: aname => 'NOTIFICATION_USERNAME',
1734: avalue => l_username);
1735:

Line 1744: wf_engine.SetItemAttrText(itemtype => to_char(i.workflow_item_type),

1740: OPEN c_getname(p_resourceto_id);
1741: FETCH c_getname INTO l_username, l_source_name;
1742: CLOSE c_getname;
1743:
1744: wf_engine.SetItemAttrText(itemtype => to_char(i.workflow_item_type),
1745: itemkey => to_char(i.work_item_id),
1746: aname => 'NOTIFICATION_USERNAME',
1747: avalue => l_username);
1748: end loop;