DBA Data[Home] [Help]

APPS.HR_DYNAMIC_APPROVAL_WEB dependencies on STANDARD

Line 171: -- This procedure sets the customized global variables with the standard wf

167: -- ---------------------------------------------------------------------------
168: -- |------------------------------< set_custom_wf_globals >-------------------|
169: -- ---------------------------------------------------------------------------
170: --
171: -- This procedure sets the customized global variables with the standard wf
172: -- values
173: --
174: PROCEDURE SET_CUSTOM_WF_GLOBALS
175: (p_itemtype in varchar2

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: