DBA Data[Home] [Help]

APPS.HR_DYNAMIC_APPROVAL_WEB dependencies on HR_WORKFLOW_SS

Line 5478: ln_creator_person_id := hr_workflow_ss.getApprStartingPointPersonId(ln_transaction_id);

5474: ln_transaction_id := wf_engine.GetItemAttrNumber(itemtype => p_item_type ,
5475: itemkey => p_item_key,
5476: aname => 'TRANSACTION_ID');
5477:
5478: ln_creator_person_id := hr_workflow_ss.getApprStartingPointPersonId(ln_transaction_id);
5479:
5480: -- check if the approver id matches the creator
5481: if( ln_creator_person_id=grt_approver_details_table(1).person_id) then
5482: hr_utility.trace('creator person id matches the approverid resetting out nocopy param to null ');