DBA Data[Home] [Help]

APPS.PER_CHECKLIST_EVENTS dependencies on PER_CHECKLIST_EVENTS

Line 1: package body PER_CHECKLIST_EVENTS as

1: package body PER_CHECKLIST_EVENTS as
2: /* $Header: pecklevt.pkb 120.12.12020000.10 2012/07/05 02:04:02 amnaraya ship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := ' PER_CHECKLIST_EVENTS.';

2: /* $Header: pecklevt.pkb 120.12.12020000.10 2012/07/05 02:04:02 amnaraya ship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' PER_CHECKLIST_EVENTS.';
7: g_debug boolean := hr_utility.debug_enabled;
8:
9:
10: procedure check_approvers_exist

Line 596: per_checklist_events.Start_wf_Process

592: end if;
593: --
594: begin
595: --
596: per_checklist_events.Start_wf_Process
597: (p_person_id => p_person_id
598: ,p_assignment_id => p_assignment_id
599: ,p_task_name => x_cur.checklist_task_name
600: ,p_task_description => x_cur.checklist_task_description

Line 690: per_checklist_events.process_event

686: end if;
687: --
688: FOR p_cur in pending_events loop
689: if nvl(p_cur.assignment_id,-1) <> -1 then
690: per_checklist_events.process_event
691: ( p_person_id => p_cur.person_id
692: ,p_assignment_id => p_cur.assignment_id
693: ,p_date => p_cur.effective_date
694: ,p_ler_event_id => p_cur.event_reason_id

Line 704: per_checklist_events.process_event

700: if g_debug then
701: hr_utility.set_location(l_proc||'Before Procecss with ASG',3);
702: end if;
703: --
704: per_checklist_events.process_event
705: ( p_person_id => p_cur.person_id
706: ,p_assignment_id => null
707: ,p_date => p_cur.effective_date
708: ,p_ler_event_id => p_cur.event_reason_id

Line 779: per_checklist_events.process_event

775: end if;
776: --
777: FOR p_cur in pending_events loop
778: if nvl(p_cur.assignment_id,-1) <> -1 then
779: per_checklist_events.process_event
780: ( p_person_id => p_cur.person_id
781: ,p_assignment_id => p_cur.assignment_id
782: ,p_date => p_cur.effective_date
783: ,p_ler_event_id => p_cur.event_reason_id

Line 788: per_checklist_events.process_event

784: );
785: hr_utility.set_location('after process call',2);
786: else
787: hr_utility.set_location('after process call',3);
788: per_checklist_events.process_event
789: ( p_person_id => p_cur.person_id
790: ,p_assignment_id => null
791: ,p_date => p_cur.effective_date
792: ,p_ler_event_id => p_cur.event_reason_id

Line 1291: l_proc:= 'per_checklist_events.copy_tasks';

1287: lr_tasks c_tasks%ROWTYPE;
1288: --
1289: BEGIN
1290: --
1291: l_proc:= 'per_checklist_events.copy_tasks';
1292: hr_utility.set_location('Entering: '|| l_proc, 10);
1293: --
1294: OPEN c_tasks(p_from_ckl_id);
1295: --

Line 1445: end per_checklist_events;

1441: END get_ame_attribute_identifier ;
1442: ---
1443: -- ER 8861932 ends
1444: --
1445: end per_checklist_events;