DBA Data[Home] [Help]

APPS.PER_CKL_FYI_NOTIFICATIONS dependencies on PER_CKL_FYI_NOTIFICATIONS

Line 1: PACKAGE BODY per_ckl_fyi_notifications AS

1: PACKAGE BODY per_ckl_fyi_notifications AS
2: -- $Header: pecklnot.pkb 120.5 2006/10/19 13:24:46 sturlapa noship $
3: --
4: -- Spawn the FYI notification workflow
5: --

Line 35: l_proc:= 'per_ckl_fyi_notifications.start_wf_process';

31: numname Wf_Engine.NameTabTyp;
32: numvalue Wf_Engine.NumTabTyp;
33: --
34: BEGIN
35: l_proc:= 'per_ckl_fyi_notifications.start_wf_process';
36: hr_utility.set_location('Entering: '|| l_proc, 10);
37: --
38: l_item_type := 'HRCKLFYI';
39: l_item_key := 'ChecklistTask:'||p_task_id||':'||CURRENT_TIMESTAMP;

Line 137: l_proc:= 'per_ckl_fyi_notifications.which_notification';

133: --
134: l_proc VARCHAR2(50);
135: --
136: BEGIN
137: l_proc:= 'per_ckl_fyi_notifications.which_notification';
138: hr_utility.set_location('Entering: '|| l_proc, 10);
139: --
140: IF funcmode = 'RUN' THEN
141: resultout := Wf_Engine.GetItemAttrText(itemtype => itemtype

Line 159: END per_ckl_fyi_notifications;

155: hr_utility.set_location(SQLERRM, 35);
156: RAISE;
157: END which_notification;
158: --
159: END per_ckl_fyi_notifications;