DBA Data[Home] [Help]

APPS.GHR_WF_PD_PKG dependencies on WF_CORE

Line 182: wf_core.context('OF8', 'ghr_wf_pd_pkg.UpdateRHistoryProcess',itemtype, itemkey, to_char(actid), funcmode);

178: when others then
179: -- The line below records this function call in the error system
180: -- in the case of an exception.
181: result := l_result;
182: wf_core.context('OF8', 'ghr_wf_pd_pkg.UpdateRHistoryProcess',itemtype, itemkey, to_char(actid), funcmode);
183: raise;
184: --
185: end UpdateRHistoryProcess;
186: --

Line 340: wf_core.context('OF8', 'ghr_wf_pd_pkg.FindDestination',itemtype, itemkey, to_char(actid), funcmode);

336: when others then
337: -- The line below records this function call in the error system
338: -- in the case of an exception.
339: result := l_result;
340: wf_core.context('OF8', 'ghr_wf_pd_pkg.FindDestination',itemtype, itemkey, to_char(actid), funcmode);
341: raise;
342: --
343: end FindDestination;
344: --

Line 807: wf_core.context('OF8', 'ghr_wf_pd_pkg.CheckIfPDWfEnd',itemtype, itemkey, to_char(actid), funcmode);

803: when others then
804: result := l_result;
805: -- The line below records this function call in the error system
806: -- in the case of an exception.
807: wf_core.context('OF8', 'ghr_wf_pd_pkg.CheckIfPDWfEnd',itemtype, itemkey, to_char(actid), funcmode);
808: raise;
809: --
810: end CheckIfPDWfEnd;
811: --

Line 840: wf_core.context('OF8', 'ghr_wf_pd_pkg.EndPDProcess',itemtype, itemkey, to_char(actid), funcmode);

836: when others then
837: result := l_result;
838: -- The line below records this function call in the error system
839: -- in the case of an exception.
840: wf_core.context('OF8', 'ghr_wf_pd_pkg.EndPDProcess',itemtype, itemkey, to_char(actid), funcmode);
841: raise;
842: --
843: end EndPDProcess;
844: --