DBA Data[Home] [Help]

APPS.PER_HRWF_SYNCH_COVER dependencies on HR_UTILITY

Line 19: hr_utility.set_location('Entering '||l_proc, 10);

15: --
16: begin
17: --
18: --
19: hr_utility.set_location('Entering '||l_proc, 10);
20: --
21: -- Calling the actual procedure
22: per_hrwf_synch.per_per_wf(p_rec => p_rec,
23: p_action => p_action);

Line 25: hr_utility.set_location('Leaving '||l_proc, 20);

21: -- Calling the actual procedure
22: per_hrwf_synch.per_per_wf(p_rec => p_rec,
23: p_action => p_action);
24: --
25: hr_utility.set_location('Leaving '||l_proc, 20);
26: --
27: --
28: end per_per_wf;
29: --

Line 44: hr_utility.set_location('Entering '||l_proc, 10);

40: --
41: begin
42: --
43: --
44: hr_utility.set_location('Entering '||l_proc, 10);
45: --
46: -- Calling the actual procedure
47: per_hrwf_synch.per_pds_wf(p_person_id => p_person_id,
48: p_date => p_date,

Line 52: hr_utility.set_location('Leaving '||l_proc, 20);

48: p_date => p_date,
49: p_date_start => p_date_start,
50: p_action => p_action);
51: --
52: hr_utility.set_location('Leaving '||l_proc, 20);
53: --
54: --
55: end per_pds_wf;
56: --