DBA Data[Home] [Help]

APPS.HXC_SEEDED_APPROVAL_WF dependencies on WF_ENGINE

Line 68: l_item_type := wf_engine.GetItemAttrText(itemtype => p_itemtype,

64: hr_utility.set_location(l_proc, 10);
65: hr_utility.trace('p_funcmode is >' || p_funcmode || '<');
66: end if;
67:
68: l_item_type := wf_engine.GetItemAttrText(itemtype => p_itemtype,
69: itemkey => p_itemkey,
70: aname => 'PARENT_ITEM_TYPE');
71:
72: l_item_key := wf_engine.GetItemAttrText( itemtype => p_itemtype,

Line 72: l_item_key := wf_engine.GetItemAttrText( itemtype => p_itemtype,

68: l_item_type := wf_engine.GetItemAttrText(itemtype => p_itemtype,
69: itemkey => p_itemkey,
70: aname => 'PARENT_ITEM_TYPE');
71:
72: l_item_key := wf_engine.GetItemAttrText( itemtype => p_itemtype,
73: itemkey => p_itemkey,
74: aname => 'PARENT_ITEM_KEY');
75:
76: wf_engine.SetItemAttrText(itemtype => l_item_type,

Line 76: wf_engine.SetItemAttrText(itemtype => l_item_type,

72: l_item_key := wf_engine.GetItemAttrText( itemtype => p_itemtype,
73: itemkey => p_itemkey,
74: aname => 'PARENT_ITEM_KEY');
75:
76: wf_engine.SetItemAttrText(itemtype => l_item_type,
77: itemkey => l_item_key,
78: aname => 'WF_APPROVAL_RESULT',
79: avalue => 'APPROVED');
80:

Line 81: wf_engine.SetItemAttrText(itemtype => l_item_type,

77: itemkey => l_item_key,
78: aname => 'WF_APPROVAL_RESULT',
79: avalue => 'APPROVED');
80:
81: wf_engine.SetItemAttrText(itemtype => l_item_type,
82: itemkey => l_item_key,
83: aname => 'APR_REJ_REASON',
84: avalue => 'Approved by Seeded Workflow');
85:

Line 124: l_item_type := wf_engine.GetItemAttrText(itemtype => p_itemtype,

120: hr_utility.set_location(l_proc, 10);
121: hr_utility.trace('p_funcmode is >' || p_funcmode || '<');
122: end if;
123:
124: l_item_type := wf_engine.GetItemAttrText(itemtype => p_itemtype,
125: itemkey => p_itemkey,
126: aname => 'PARENT_ITEM_TYPE');
127:
128: l_item_key := wf_engine.GetItemAttrText(itemtype => p_itemtype,

Line 128: l_item_key := wf_engine.GetItemAttrText(itemtype => p_itemtype,

124: l_item_type := wf_engine.GetItemAttrText(itemtype => p_itemtype,
125: itemkey => p_itemkey,
126: aname => 'PARENT_ITEM_TYPE');
127:
128: l_item_key := wf_engine.GetItemAttrText(itemtype => p_itemtype,
129: itemkey => p_itemkey,
130: aname => 'PARENT_ITEM_KEY');
131:
132: wf_engine.SetItemAttrText(itemtype => l_item_type,

Line 132: wf_engine.SetItemAttrText(itemtype => l_item_type,

128: l_item_key := wf_engine.GetItemAttrText(itemtype => p_itemtype,
129: itemkey => p_itemkey,
130: aname => 'PARENT_ITEM_KEY');
131:
132: wf_engine.SetItemAttrText(itemtype => l_item_type,
133: itemkey => l_item_key,
134: aname => 'WF_APPROVAL_RESULT',
135: avalue => 'REJECTED');
136:

Line 137: wf_engine.SetItemAttrText(itemtype => l_item_type,

133: itemkey => l_item_key,
134: aname => 'WF_APPROVAL_RESULT',
135: avalue => 'REJECTED');
136:
137: wf_engine.SetItemAttrText(itemtype => l_item_type,
138: itemkey => l_item_key,
139: aname => 'APR_REJ_REASON',
140: avalue => 'Rejected by Seeded Workflow');
141: