DBA Data[Home] [Help]

APPS.HR_DYNAMIC_APPROVAL_WEB dependencies on WF_CORE

Line 5220: Wf_Core.Token('TYPE', itemtype);

5216: aname => 'PERFORMER');
5217:
5218:
5219: if prole is null then
5220: Wf_Core.Token('TYPE', itemtype);
5221: Wf_Core.Token('ACTID', to_char(actid));
5222: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');
5223: end if;
5224:

Line 5221: Wf_Core.Token('ACTID', to_char(actid));

5217:
5218:
5219: if prole is null then
5220: Wf_Core.Token('TYPE', itemtype);
5221: Wf_Core.Token('ACTID', to_char(actid));
5222: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');
5223: end if;
5224:
5225: -- message name and expand roles will be null. Get these from attributes

Line 5222: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');

5218:
5219: if prole is null then
5220: Wf_Core.Token('TYPE', itemtype);
5221: Wf_Core.Token('ACTID', to_char(actid));
5222: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');
5223: end if;
5224:
5225: -- message name and expand roles will be null. Get these from attributes
5226: avalue := upper(Wf_Engine.GetActivityAttrText(itemtype, itemkey,

Line 5258: Wf_Core.Context('Wf_Standard', 'Notify', itemtype,

5254: hr_utility.set_location('Leaving: '|| l_proc,15);
5255: exception
5256: when others then
5257: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
5258: Wf_Core.Context('Wf_Standard', 'Notify', itemtype,
5259: itemkey, to_char(actid), funcmode);
5260: raise;
5261: end Notify;
5262:

Line 5377: Wf_Core.Context(gv_package, 'get_ame_approvers_list', p_item_type, p_item_key);

5373: EXCEPTION
5374: WHEN OTHERS THEN
5375: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
5376: hr_utility.trace(' exception in '||gv_package||'.get_ame_approvers_list : ' || sqlerrm);
5377: Wf_Core.Context(gv_package, 'get_ame_approvers_list', p_item_type, p_item_key);
5378: raise;
5379:
5380: END get_ame_approvers_list;
5381: