DBA Data[Home] [Help]

APPS.XNP_UTILS dependencies on WF_ENGINE

Line 1328: x_workitem_instance_id := wf_engine.GetItemAttrNumber

1324: ,X_WF_KEY => l_wf_key
1325: ,X_WF_ACTIVITY => l_wf_activity
1326: );
1327:
1328: x_workitem_instance_id := wf_engine.GetItemAttrNumber
1329: (itemtype=>l_wf_type
1330: ,itemkey=>l_wf_key
1331: ,aname=>'WORKITEM_INSTANCE_ID'
1332: );

Line 1414: l_wi_param_name := wf_engine.GetActivityAttrText

1410: l_custom_callback_ref_id VARCHAR2(80) := 'CUSTOM_CALLBACK_REFERENCE_ID';
1411:
1412: BEGIN
1413:
1414: l_wi_param_name := wf_engine.GetActivityAttrText
1415: (itemtype => p_itemtype
1416: ,itemkey => p_itemkey
1417: ,actid => p_actid
1418: ,aname => l_callback_ref_id_name

Line 1423: x_reference_id := wf_engine.GetActivityAttrText

1419: );
1420:
1421: if (l_wi_param_name = 'CUSTOM') then
1422: -- get the value from the activity attribute CUSTOM_CALLBACK_REFERENCE_ID
1423: x_reference_id := wf_engine.GetActivityAttrText
1424: (itemtype => p_itemtype
1425: ,itemkey => p_itemkey
1426: ,actid => p_actid
1427: ,aname => l_custom_callback_ref_id