DBA Data[Home] [Help]

APPS.GHR_WF_PD_PKG dependencies on GHR_WF_PD_PKG

Line 1: PACKAGE BODY ghr_wf_pd_pkg AS

1: PACKAGE BODY ghr_wf_pd_pkg AS
2: /* $Header: ghwfpd.pkb 115.8 2004/02/12 15:49:48 vravikan ship $ */
3: --
4: -- Procedure
5: -- StartPDProcess

Line 64: ghr_wf_pd_pkg.SetDestinationDetails (

60: aname => 'LOAD_PDRH',
61: avalue => l_load_pdrh
62: );
63: --
64: ghr_wf_pd_pkg.SetDestinationDetails (
65: p_position_description_id => p_position_description_id,
66: p_from_name => l_from_name,
67: p_category => l_category,
68: p_occupational_code => l_occupational_code,

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 225: ghr_wf_pd_pkg.SetDestinationDetails (

221: l_position_description_id := wf_engine.GetItemAttrText (
222: itemtype => itemtype,
223: itemkey => itemkey,
224: aname => 'PD_ID');
225: ghr_wf_pd_pkg.SetDestinationDetails (
226: p_position_description_id => l_position_description_id,
227: p_from_name => l_from_name,
228: p_category => l_category,
229: p_occupational_code => l_occupational_code,

Line 291: ghr_wf_pd_pkg.GetDestinationDetails (

287: avalue => l_current_status
288: );
289: --
290: --
291: ghr_wf_pd_pkg.GetDestinationDetails (
292: p_position_description_id => l_position_description_id,
293: p_action_taken => l_action_taken,
294: p_user_name => l_user_name,
295: p_groupbox_name => l_groupbox_name

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

Line 846: end ghr_wf_pd_pkg;

842: --
843: end EndPDProcess;
844: --
845: --
846: end ghr_wf_pd_pkg;