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 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: