DBA Data[Home] [Help]

APPS.PAY_US_WEB_W4 dependencies on WF_ENGINE

Line 1447: lv_process_name := wf_engine.GetItemAttrText(p_itemtype

1443: else
1444: lv_transaction_type := 'NWF';
1445: end if;
1446:
1447: lv_process_name := wf_engine.GetItemAttrText(p_itemtype
1448: ,p_itemkey
1449: ,'PROCESS_NAME');
1450:
1451: /* create transaction */

Line 1480: wf_engine.setitemattrtext ( itemtype => p_itemtype,

1476: p_transaction_step_id => l_transaction_step_id,
1477: p_object_version_number => l_step_obj_version_number);
1478:
1479: -- set the transaction_id attribute value in the workflow.
1480: wf_engine.setitemattrtext ( itemtype => p_itemtype,
1481: itemkey => p_itemkey,
1482: aname => 'TRANSACTION_ID',
1483: avalue => l_transaction_id);
1484:

Line 1581: l_review_region := WF_ENGINE.GetActivityAttrText( itemtype => p_itemtype,

1577: ,p_name => 'P_ORG_EXEMPT'
1578: ,p_value => p_original_exempt ) ;
1579:
1580: -- P_REVIEW_PROC_CALL
1581: l_review_region := WF_ENGINE.GetActivityAttrText( itemtype => p_itemtype,
1582: itemkey => p_itemkey,
1583: actid => p_activity_id,
1584: aname => 'HR_REVIEW_REGION_ITEM');
1585: