DBA Data[Home] [Help]

APPS.PAY_ASSG_COST_WF dependencies on HR_TRANSACTION_SS

Line 37: hr_transaction_ss.start_transaction

33: l_performer_id := wf_engine.GetItemAttrNumber(itemtype, itemkey, 'PERFORMER_PERSON_ID');
34:
35: hr_utility.set_location(l_proc , 30);
36:
37: hr_transaction_ss.start_transaction
38: (itemtype => itemtype
39: ,itemkey => itemkey
40: ,actid => actid
41: ,funmode => 'RUN'

Line 47: l_transaction_id:= hr_transaction_ss.get_transaction_id

43: ,result => l_result);
44: hr_utility.set_location(l_proc, 40);
45:
46: /*Gett the newly created transaction and set as workflow attribute*/
47: l_transaction_id:= hr_transaction_ss.get_transaction_id
48: (p_item_type => itemtype
49: ,p_item_key => itemkey);
50: wf_engine.SetItemAttrNumber(itemtype,itemkey,'TRANSACTION_ID',l_transaction_id);
51: hr_utility.set_location(l_proc ,50);

Line 377: hr_transaction_ss.rollback_transaction(

373: if g_debug then
374: hr_utility.set_location('Entering ..'||l_proc,10);
375: end if;
376:
377: hr_transaction_ss.rollback_transaction(
378: itemtype => itemtype
379: ,itemkey => itemkey
380: ,actid => actid
381: ,funmode => funmode