DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_UTIL dependencies on WF_ENGINE

Line 27: wf_engine.additemattr

23: Begin
24:
25: for copy_approvers_rec in c_copy_approvers(p_item_type,p_current_key) loop
26:
27: wf_engine.additemattr
28: (p_item_type,
29: p_copyto_key,
30: copy_approvers_rec.name,
31: null,

Line 127: wf_engine.additemattr

123: l_item_attr_app_id_name := c_app_id_name||l_previous_approvers;
124: --
125: -- Store the application period id
126: --
127: wf_engine.additemattr
128: (p_item_type,
129: p_item_key,
130: l_item_attr_app_id_name,
131: null,

Line 137: wf_engine.additemattr

133: null);
134: --
135: -- Store the previous approver
136: --
137: wf_engine.additemattr
138: (p_item_type,
139: p_item_key,
140: l_item_attribute_name,
141: null,