DBA Data[Home] [Help]

APPS.PER_HRWF_SYNCH dependencies on PER_HRWF_SYNCH

Line 1: PACKAGE BODY PER_HRWF_SYNCH AS

1: PACKAGE BODY PER_HRWF_SYNCH AS
2: /* $Header: perhrwfs.pkb 120.4 2006/06/27 19:17:47 sgudiwad noship $ */
3: --
4: g_package varchar2(30) := 'per_hrwf_synch.';
5: g_count number := 0;

Line 4: g_package varchar2(30) := 'per_hrwf_synch.';

1: PACKAGE BODY PER_HRWF_SYNCH AS
2: /* $Header: perhrwfs.pkb 120.4 2006/06/27 19:17:47 sgudiwad noship $ */
3: --
4: g_package varchar2(30) := 'per_hrwf_synch.';
5: g_count number := 0;
6: --
7: --
8: -- ----------------------------------------------------------------------------

Line 158: PER_HRWF_SYNCH.per_per_wf(p_rec => l_person_rec,

154: close l_person_cur;
155: --
156: hr_utility.set_location('Before call to person routine '||l_proc,40);
157: --
158: PER_HRWF_SYNCH.per_per_wf(p_rec => l_person_rec,
159: p_action => null);
160: hr_utility.set_location('After call to person routine '||l_proc,45);
161: --
162: end if; -- l_entity = 'PERSON'

Line 183: PER_HRWF_SYNCH.per_asg_wf(p_rec => l_assignment_rec,

179: hr_utility.set_location('Before call to Assignment routine '||l_proc,35);
180: --
181: --call the routine
182: --
183: PER_HRWF_SYNCH.per_asg_wf(p_rec => l_assignment_rec,
184: p_action => null);
185: hr_utility.set_location('After call to Assignment routine '||l_proc,35);
186: --
187: end if; --l_entity = 'POSITION'

Line 312: l_date_chk := PER_HRWF_SYNCH.chk_date_status(

308: return;
309: --
310: end if;
311: --
312: l_date_chk := PER_HRWF_SYNCH.chk_date_status(
313: p_rec.effective_start_date,
314: p_rec.effective_end_date);
315: --
316: -- If the transaction is in CURRENT time frame

Line 467: wf_util.call_me_later(p_callback => 'per_hrwf_synch.call_back',

463: --
464: hr_utility.set_location('Before calling call_me_later '||l_proc,50);
465: -- Call the routine wf_util.call_me_later ()
466: --
467: wf_util.call_me_later(p_callback => 'per_hrwf_synch.call_back',
468: p_when => trunc(p_rec.effective_start_date),
469: p_parameters => l_parameters);
470: --
471: end if;

Line 564: l_date_chk := PER_HRWF_SYNCH.chk_date_status(

560: return;
561: --
562: end if;
563: --
564: l_date_chk := PER_HRWF_SYNCH.chk_date_status(
565: p_rec.effective_start_date,
566: p_rec.effective_end_date);
567: --
568: -- If the transaction is in CURRENT time frame

Line 640: WF_UTIL.call_me_later(p_callback => 'PER_HRWF_SYNCH.call_back',

636:
637: -- Call the routine wf_util.call_me_later ()
638: --
639: hr_utility.set_location('Calling WF routine call_me_later.... ',45);
640: WF_UTIL.call_me_later(p_callback => 'PER_HRWF_SYNCH.call_back',
641: p_when => trunc(p_rec.effective_start_date),
642: p_parameters => l_parameters);
643: --
644: end if;

Line 796: end per_hrwf_synch;

792: p_action => p_action);
793: --
794: end per_pds_wf;
795: --
796: end per_hrwf_synch;