DBA Data[Home] [Help]

APPS.PQH_EMPLOYMENT_CATEGORY dependencies on HR_UTILITY

Line 38: hr_utility.set_location('Entering:'||l_proc, 5);

34: and l_effective_date between effective_start_date and effective_end_date;
35: --
36: Begin
37: --
38: hr_utility.set_location('Entering:'||l_proc, 5);
39: --
40: --
41: open c_frml;
42: fetch c_frml into l_formula_id;

Line 88: hr_utility.set_location(' Leaving:'||l_proc, 10);

84: end if;
85: end loop;
86: end if;
87: --
88: hr_utility.set_location(' Leaving:'||l_proc, 10);
89: --
90: exception when others then
91: p_full_time_regular := null;
92: p_full_time_temp := null;

Line 120: hr_utility.set_location('Entering:'||l_proc, 5);

116: l_empl_cat varchar2(100) := l_delim||p_empl_category||l_delim;
117: --
118: BEGIN
119: --
120: hr_utility.set_location('Entering:'||l_proc, 5);
121: --
122: l_fr := replace( replace(l_delim||l_fr||l_delim,', ',l_delim), ' ,', l_delim);
123: l_ft := replace( replace(l_delim||l_ft||l_delim,', ',l_delim), ' ,', l_delim);
124: l_pr := replace( replace(l_delim||l_pr||l_delim,', ',l_delim), ' ,', l_delim);

Line 140: hr_utility.set_location(' Leaving:'||l_proc, 10);

136: return 'XX';
137: end if;
138:
139: --
140: hr_utility.set_location(' Leaving:'||l_proc, 10);
141: --
142: END;
143: --
144: --