DBA Data[Home] [Help]

APPS.PAY_ASSG_COST_WF dependencies on HR_TRANSACTION_API

Line 339: hr_transaction_api.get_transaction_step_info(p_item_type => itemtype

335: wf_engine.getItemAttrText(itemtype, itemkey, 'APPROVER_NAME'));
336:
337: /* Get the transaction step id pertaining to the work flow process
338: identified by the itemkey, itemkey and actid.*/
339: hr_transaction_api.get_transaction_step_info(p_item_type => itemtype
340: ,p_item_key => itemkey
341: ,p_activity_id => 0 --l_actid
342: ,p_transaction_step_id => l_transaction_step_id
343: ,p_api_name => l_api_name