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.1.12010000.3 2008/08/07 10:43:02 utokachi ship $ */
3: --
4: -- Procedure
5: -- StartSF52Process

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

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

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

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

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

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

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

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

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

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

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

531: );
532: end if;
533: --
534: --
535: ghr_wf_pkg.GetDestinationDetails ( p_pa_request_id => itemkey,
536: p_action_taken => l_action_taken,
537: p_user_name => l_user_name,
538: p_groupbox_name => l_groupbox_name
539: );

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

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

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

1167: exception
1168: when others then
1169: -- The line below records this function call in the error system
1170: -- in the case of an exception.
1171: wf_core.context('GHR_SF52', 'ghr_wf_pkg.CheckIfPARWfEnd',itemtype, itemkey, to_char(actid), funcmode);
1172: --
1173: -- Reset IN OUT parameters and set OUT parameters
1174: --
1175: result := l_result;

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

1293: exception
1294: when others then
1295: -- The line below records this function call in the error system
1296: -- in the case of an exception.
1297: wf_core.context('GHR_SF52', 'ghr_wf_pkg.EndSF52Process',itemtype, itemkey, to_char(actid), funcmode);
1298: --
1299: -- Reset IN OUT parameters and set OUT parameters
1300: --
1301: result := l_result;

Line 1577: END ghr_wf_pkg;

1573: app_exception.raise_exception;
1574: END IF;
1575: END norout;
1576: --
1577: END ghr_wf_pkg;