DBA Data[Home] [Help]

APPS.PAY_ASSG_COST_WF dependencies on HR_TRANSACTION_SS

Line 130: hr_transaction_ss.start_transaction

126: l_performer_id := wf_engine.GetItemAttrNumber(itemtype, itemkey, 'PERFORMER_PERSON_ID');
127:
128: hr_utility.set_location(l_proc , 30);
129:
130: hr_transaction_ss.start_transaction
131: (itemtype => itemtype
132: ,itemkey => itemkey
133: ,actid => actid
134: ,funmode => 'RUN'

Line 140: l_transaction_id:= hr_transaction_ss.get_transaction_id

136: ,result => l_result);
137: hr_utility.set_location(l_proc, 40);
138:
139: /*Gett the newly created transaction and set as workflow attribute*/
140: l_transaction_id:= hr_transaction_ss.get_transaction_id
141: (p_item_type => itemtype
142: ,p_item_key => itemkey);
143: wf_engine.SetItemAttrNumber(itemtype,itemkey,'TRANSACTION_ID',l_transaction_id);
144: hr_utility.set_location(l_proc ,50);

Line 470: hr_transaction_ss.rollback_transaction(

466:
467: end loop;
468:
469: /*Clearing the hr_transaction data after successful execution of API's*/
470: hr_transaction_ss.rollback_transaction(
471: itemtype => itemtype
472: ,itemkey => itemkey
473: ,actid => actid
474: ,funmode => funmode

Line 507: hr_transaction_ss.rollback_transaction(

503: if g_debug then
504: hr_utility.set_location('Entering ..'||l_proc,10);
505: end if;
506:
507: hr_transaction_ss.rollback_transaction(
508: itemtype => itemtype
509: ,itemkey => itemkey
510: ,actid => actid
511: ,funmode => funmode