DBA Data[Home] [Help]

APPS.HR_DYNAMIC_APPROVAL_WEB dependencies on HR_WORKFLOW_SS

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

5358: ln_transaction_id := wf_engine.GetItemAttrNumber(itemtype => p_item_type ,
5359: itemkey => p_item_key,
5360: aname => 'TRANSACTION_ID');
5361:
5362: ln_creator_person_id := hr_workflow_ss.getApprStartingPointPersonId(ln_transaction_id);
5363:
5364: -- check if the approver id matches the creator
5365: if( ln_creator_person_id=grt_approver_details_table(1).person_id) then
5366: hr_utility.trace('creator person id matches the approverid resetting out nocopy param to null ');