DBA Data[Home] [Help]

APPS.GHR_WF_PKG dependencies on GHR_WF_PKG

Line 1: PACKAGE BODY ghr_wf_pkg AS

1: PACKAGE BODY ghr_wf_pkg AS
2: /* $Header: ghwfpkg.pkb 120.6.12020000.3 2012/11/09 09:24:20 vmididho ship $ */
3: --
4: -- Procedure
5: -- StartSF52Process

Line 79: ghr_wf_pkg.SetDestinationDetails ( p_pa_request_id => l_itemkey,

75: avalue => l_load_prh
76: );
77: --
78: hr_utility.set_location('l_proc',7);
79: ghr_wf_pkg.SetDestinationDetails ( p_pa_request_id => l_itemkey,
80: p_subject => l_subject,
81: p_line1 => l_line1,
82: p_line2 => l_line2,
83: p_line3 => l_line3,

Line 218: wf_core.context('GHR_SF52', 'ghr_wf_pkg.UpdateRHistoryProcess',itemtype, itemkey, to_char(actid), funcmode);

214: exception
215: when others then
216: -- The line below records this function call in the error system
217: -- in the case of an exception.
218: wf_core.context('GHR_SF52', 'ghr_wf_pkg.UpdateRHistoryProcess',itemtype, itemkey, to_char(actid), funcmode);
219: --
220: -- Reset IN OUT parameters and set OUT parameters
221: --
222: result := l_result;

Line 345: wf_core.context('GHR_SF52', 'ghr_wf_pkg.UpdateFinalFYIWFUsers',itemtype, itemkey, to_char(actid), funcmode);

341: exception
342: when others then
343: -- The line below records this function call in the error system
344: -- in the case of an exception.
345: wf_core.context('GHR_SF52', 'ghr_wf_pkg.UpdateFinalFYIWFUsers',itemtype, itemkey, to_char(actid), funcmode);
346: --
347: -- Reset IN OUT parameters and set OUT parameters
348: --
349: result := l_result;

Line 417: wf_core.context('GHR_SF52', 'ghr_wf_pkg.CheckIFSameFYIUsers',itemtype, itemkey, to_char(actid), funcmode);

413: exception
414: when others then
415: -- The line below records this function call in the error system
416: -- in the case of an exception.
417: wf_core.context('GHR_SF52', 'ghr_wf_pkg.CheckIFSameFYIUsers',itemtype, itemkey, to_char(actid), funcmode);
418: --
419: -- Reset IN OUT parameters and set OUT parameters
420: --
421: result := l_result;

Line 457: ghr_wf_pkg.SetDestinationDetails ( p_pa_request_id => itemkey,

453: l_result := result;
454: --
455: if funcmode = 'RUN' then
456: --
457: ghr_wf_pkg.SetDestinationDetails ( p_pa_request_id => itemkey,
458: p_subject => l_subject,
459: p_line1 => l_line1,
460: p_line2 => l_line2,
461: p_line3 => l_line3,

Line 539: ghr_wf_pkg.GetDestinationDetails ( p_pa_request_id => itemkey,

535: );
536: end if;
537: --
538: --
539: ghr_wf_pkg.GetDestinationDetails ( p_pa_request_id => itemkey,
540: p_action_taken => l_action_taken,
541: p_user_name => l_user_name,
542: p_groupbox_name => l_groupbox_name
543: );

Line 592: wf_core.context('GHR_SF52', 'ghr_wf_pkg.FindDestination',itemtype, itemkey, to_char(actid), funcmode);

588: exception
589: when others then
590: -- The line below records this function call in the error system
591: -- in the case of an exception.
592: wf_core.context('GHR_SF52', 'ghr_wf_pkg.FindDestination',itemtype, itemkey, to_char(actid), funcmode);
593: --
594: -- Reset IN OUT parameters and set OUT parameters
595: --
596: result := l_result;

Line 1192: wf_core.context('GHR_SF52', 'ghr_wf_pkg.CheckIfPARWfEnd',itemtype, itemkey, to_char(actid), funcmode);

1188: exception
1189: when others then
1190: -- The line below records this function call in the error system
1191: -- in the case of an exception.
1192: wf_core.context('GHR_SF52', 'ghr_wf_pkg.CheckIfPARWfEnd',itemtype, itemkey, to_char(actid), funcmode);
1193: --
1194: -- Reset IN OUT parameters and set OUT parameters
1195: --
1196: result := l_result;

Line 1318: wf_core.context('GHR_SF52', 'ghr_wf_pkg.EndSF52Process',itemtype, itemkey, to_char(actid), funcmode);

1314: exception
1315: when others then
1316: -- The line below records this function call in the error system
1317: -- in the case of an exception.
1318: wf_core.context('GHR_SF52', 'ghr_wf_pkg.EndSF52Process',itemtype, itemkey, to_char(actid), funcmode);
1319: --
1320: -- Reset IN OUT parameters and set OUT parameters
1321: --
1322: result := l_result;

Line 1599: END ghr_wf_pkg;

1595: app_exception.raise_exception;
1596: END IF;
1597: END norout;
1598: --
1599: END ghr_wf_pkg;