DBA Data[Home] [Help]

APPS.HR_DYNAMIC_APPROVAL_WEB dependencies on WF_CORE

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

5332: aname => 'PERFORMER');
5333:
5334:
5335: if prole is null then
5336: Wf_Core.Token('TYPE', itemtype);
5337: Wf_Core.Token('ACTID', to_char(actid));
5338: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');
5339: end if;
5340:

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

5333:
5334:
5335: if prole is null then
5336: Wf_Core.Token('TYPE', itemtype);
5337: Wf_Core.Token('ACTID', to_char(actid));
5338: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');
5339: end if;
5340:
5341: -- message name and expand roles will be null. Get these from attributes

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

5334:
5335: if prole is null then
5336: Wf_Core.Token('TYPE', itemtype);
5337: Wf_Core.Token('ACTID', to_char(actid));
5338: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');
5339: end if;
5340:
5341: -- message name and expand roles will be null. Get these from attributes
5342: avalue := upper(Wf_Engine.GetActivityAttrText(itemtype, itemkey,

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

5370: hr_utility.set_location('Leaving: '|| l_proc,15);
5371: exception
5372: when others then
5373: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
5374: Wf_Core.Context('Wf_Standard', 'Notify', itemtype,
5375: itemkey, to_char(actid), funcmode);
5376: raise;
5377: end Notify;
5378:

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

5489: EXCEPTION
5490: WHEN OTHERS THEN
5491: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
5492: hr_utility.trace(' exception in '||gv_package||'.get_ame_approvers_list : ' || sqlerrm);
5493: Wf_Core.Context(gv_package, 'get_ame_approvers_list', p_item_type, p_item_key);
5494: raise;
5495:
5496: END get_ame_approvers_list;
5497: