DBA Data[Home] [Help]

APPS.PER_SSHR_CHANGE_PAY dependencies on WF_ENGINE

Line 310: wf_engine.setitemattrtext (itemtype => p_item_type

306: Update hr_api_transactions
307: set transaction_effective_date = trunc(P_EFFECTIVE_DATE)
308: where transaction_id = l_transaction_id;
309: --
310: wf_engine.setitemattrtext (itemtype => p_item_type
311: ,itemkey => p_item_key
312: ,aname => 'P_EFFECTIVE_DATE'
313: ,avalue => to_char(trunc(P_EFFECTIVE_DATE),'YYYY-MM-DD'));
314: