DBA Data[Home] [Help]

APPS.GHR_EVH_BUS dependencies on HR_UTILITY

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

40: l_api_updating boolean;
41: --
42: Begin
43: --
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: l_api_updating := ghr_evh_shd.api_updating
47: (p_event_history_id => p_event_history_id,
48: p_object_version_number => p_object_version_number);

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

68: end if;
69: --
70: end if;
71: --
72: hr_utility.set_location('Leaving:'||l_proc, 10);
73: --
74: End chk_event_history_id;
75: --
76: -- ----------------------------------------------------------------------------

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

112: where a.event_id = p_event_id;
113: --
114: Begin
115: --
116: hr_utility.set_location('Entering:'||l_proc,5);
117: --
118: l_api_updating := ghr_evh_shd.api_updating
119: (p_event_history_id => p_event_history_id,
120: p_object_version_number => p_object_version_number);

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

143: close c1;
144: --
145: end if;
146: --
147: hr_utility.set_location('Leaving:'||l_proc,10);
148: --
149: End chk_event_id;
150: --
151: -- ----------------------------------------------------------------------------

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

155: --
156: l_proc varchar2(72) := g_package||'insert_validate';
157: --
158: Begin
159: hr_utility.set_location('Entering:'||l_proc, 5);
160: --
161: -- Call all supporting business operations
162: --
163: chk_event_history_id

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

170: p_object_version_number => p_rec.object_version_number);
171: --
172: --
173: --
174: hr_utility.set_location(' Leaving:'||l_proc, 10);
175: End insert_validate;
176: --
177: -- ----------------------------------------------------------------------------
178: -- |---------------------------< update_validate >----------------------------|

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

181: --
182: l_proc varchar2(72) := g_package||'update_validate';
183: --
184: Begin
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: --
187: -- Call all supporting business operations
188: --
189: chk_event_history_id

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

196: p_object_version_number => p_rec.object_version_number);
197: --
198: --
199: --
200: hr_utility.set_location(' Leaving:'||l_proc, 10);
201: End update_validate;
202: --
203: -- ----------------------------------------------------------------------------
204: -- |---------------------------< delete_validate >----------------------------|

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

207: --
208: l_proc varchar2(72) := g_package||'delete_validate';
209: --
210: Begin
211: hr_utility.set_location('Entering:'||l_proc, 5);
212: --
213: -- Call all supporting business operations
214: --
215: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

211: hr_utility.set_location('Entering:'||l_proc, 5);
212: --
213: -- Call all supporting business operations
214: --
215: hr_utility.set_location(' Leaving:'||l_proc, 10);
216: End delete_validate;
217: --
218: end ghr_evh_bus;