DBA Data[Home] [Help]

APPS.PAY_BEE_SS dependencies on WF_ENGINE

Line 1507: /* wf_engine.setitemattrtext('HRSSA'

1503: begin
1504:
1505: -- -- -- bee_trace('p item key in node is '||p_item_key);
1506:
1507: /* wf_engine.setitemattrtext('HRSSA'
1508: ,p_item_key
1509: ,'TRAN_SUBMIT'
1510: ,'Y');
1511:

Line 1512: l_actid :=wf_engine.GetItemAttrNumber('HRSSA',

1508: ,p_item_key
1509: ,'TRAN_SUBMIT'
1510: ,'Y');
1511:
1512: l_actid :=wf_engine.GetItemAttrNumber('HRSSA',
1513: p_item_key,
1514: 'HR_APPROVAL_BLOCK_ID_ATTR',
1515: false);
1516: -- -- -- bee_trace('l actid in node is '||l_actid);

Line 1517: l_temp := wf_engine.getactivitylabel(l_actid);

1513: p_item_key,
1514: 'HR_APPROVAL_BLOCK_ID_ATTR',
1515: false);
1516: -- -- -- bee_trace('l actid in node is '||l_actid);
1517: l_temp := wf_engine.getactivitylabel(l_actid);
1518: -- -- -- bee_trace('Act label '||l_temp);
1519:
1520: wf_engine.CompleteActivity(
1521: 'HRSSA'

Line 1520: wf_engine.CompleteActivity(

1516: -- -- -- bee_trace('l actid in node is '||l_actid);
1517: l_temp := wf_engine.getactivitylabel(l_actid);
1518: -- -- -- bee_trace('Act label '||l_temp);
1519:
1520: wf_engine.CompleteActivity(
1521: 'HRSSA'
1522: , p_item_key
1523: , wf_engine.getactivitylabel(l_actid)
1524: , wf_engine.eng_trans_any) ; */

Line 1523: , wf_engine.getactivitylabel(l_actid)

1519:
1520: wf_engine.CompleteActivity(
1521: 'HRSSA'
1522: , p_item_key
1523: , wf_engine.getactivitylabel(l_actid)
1524: , wf_engine.eng_trans_any) ; */
1525:
1526: wf_engine.ResumeProcess(itemtype =>'HRSSA',
1527: itemkey =>p_item_key,

Line 1524: , wf_engine.eng_trans_any) ; */

1520: wf_engine.CompleteActivity(
1521: 'HRSSA'
1522: , p_item_key
1523: , wf_engine.getactivitylabel(l_actid)
1524: , wf_engine.eng_trans_any) ; */
1525:
1526: wf_engine.ResumeProcess(itemtype =>'HRSSA',
1527: itemkey =>p_item_key,
1528: process =>'PAY_BEE_JSP_PRC:HR_NOTIFICATION_PRC');

Line 1526: wf_engine.ResumeProcess(itemtype =>'HRSSA',

1522: , p_item_key
1523: , wf_engine.getactivitylabel(l_actid)
1524: , wf_engine.eng_trans_any) ; */
1525:
1526: wf_engine.ResumeProcess(itemtype =>'HRSSA',
1527: itemkey =>p_item_key,
1528: process =>'PAY_BEE_JSP_PRC:HR_NOTIFICATION_PRC');
1529:
1530: