DBA Data[Home] [Help]

APPS.PAY_ASSG_COST_WF dependencies on HR_TRANSACTION_API

Line 448: hr_transaction_api.get_transaction_step_info(p_item_type => itemtype

444: wf_engine.getItemAttrText(itemtype, itemkey, 'APPROVER_NAME'));
445:
446: /* Get the transaction step id pertaining to the work flow process
447: identified by the itemkey, itemkey and actid.*/
448: hr_transaction_api.get_transaction_step_info(p_item_type => itemtype
449: ,p_item_key => itemkey
450: ,p_activity_id => 0 --l_actid
451: ,p_transaction_step_id => l_transaction_step_id
452: ,p_api_name => l_api_name