DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WF_PUB dependencies on WF_ENGINE

Line 76: --- wf_engine.SetItemOwner(ItemType, ItemKey, role_name);

72: itemkey := p_strategy_rec.strategy_id;
73:
74: -- wf_directory.GetRoleName(Orig_System, User_ID, role_name, role_displayname);
75: -- call engine API to set the owner.
76: --- wf_engine.SetItemOwner(ItemType, ItemKey, role_name);
77: wf_engine.createprocess ( itemtype => itemtype,
78: itemkey => itemkey,
79: process => workflowprocess);
80:

Line 77: wf_engine.createprocess ( itemtype => itemtype,

73:
74: -- wf_directory.GetRoleName(Orig_System, User_ID, role_name, role_displayname);
75: -- call engine API to set the owner.
76: --- wf_engine.SetItemOwner(ItemType, ItemKey, role_name);
77: wf_engine.createprocess ( itemtype => itemtype,
78: itemkey => itemkey,
79: process => workflowprocess);
80:
81: if (bConcProg = 'YES') then

Line 87: wf_engine.setitemattrnumber( itemtype => itemtype,

83: else
84: IEX_DEBUG_PUB.LogMessage( 'IEX_STRATEGY_WF_PUB.start_workflow: Create Process done');
85: end if;
86:
87: wf_engine.setitemattrnumber( itemtype => itemtype,
88: itemkey => itemkey,
89: aname => 'STRATEGY_ID',
90: avalue => p_strategy_rec.strategy_id);
91:

Line 92: wf_engine.setitemattrnumber( itemtype => itemtype,

88: itemkey => itemkey,
89: aname => 'STRATEGY_ID',
90: avalue => p_strategy_rec.strategy_id);
91:
92: wf_engine.setitemattrnumber( itemtype => itemtype,
93: itemkey => itemkey,
94: aname => 'STRATEGY_TEMPLATE_ID',
95: avalue => p_strategy_rec.strategy_template_id);
96:

Line 97: wf_engine.setitemattrnumber( itemtype => itemtype,

93: itemkey => itemkey,
94: aname => 'STRATEGY_TEMPLATE_ID',
95: avalue => p_strategy_rec.strategy_template_id);
96:
97: wf_engine.setitemattrnumber( itemtype => itemtype,
98: itemkey => itemkey,
99: aname => 'DELINQUENCY_ID',
100: avalue => p_strategy_rec.delinquency_id);
101:

Line 103: wf_engine.setitemattrnumber( itemtype => itemtype,

99: aname => 'DELINQUENCY_ID',
100: avalue => p_strategy_rec.delinquency_id);
101:
102:
103: wf_engine.setitemattrnumber( itemtype => itemtype,
104: itemkey => itemkey,
105: aname => 'PARTY_ID',
106: avalue => p_strategy_rec.PARTY_ID);
107:

Line 114: wf_engine.startprocess(itemtype => itemtype, itemkey => itemkey);

110: else
111: IEX_DEBUG_PUB.LogMessage( 'Set Attr sucess');
112: end if;
113:
114: wf_engine.startprocess(itemtype => itemtype, itemkey => itemkey);
115:
116: wf_engine.ItemStatus( itemtype => ItemType,
117: itemkey => ItemKey,
118: status => l_return_status,

Line 116: wf_engine.ItemStatus( itemtype => ItemType,

112: end if;
113:
114: wf_engine.startprocess(itemtype => itemtype, itemkey => itemkey);
115:
116: wf_engine.ItemStatus( itemtype => ItemType,
117: itemkey => ItemKey,
118: status => l_return_status,
119: result => l_result);
120: