DBA Data[Home] [Help]

APPS.IRC_ISS_BUS dependencies on HR_UTILITY

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

125: where vacancy_id = p_vacancy_id;
126: --
127: Begin
128: --
129: hr_utility.set_location('Entering:'|| l_proc, 10);
130: --
131: l_api_updating := irc_iss_shd.api_updating
132: (p_saved_search_criteria_id => p_saved_search_criteria_id
133: ,p_object_version_number => p_object_version_number

Line 140: hr_utility.set_location(l_proc, 20);

136: if ((l_api_updating and
137: nvl(irc_iss_shd.g_old_rec.vacancy_id, hr_api.g_number) <>
138: nvl(p_vacancy_id, hr_api.g_number)) or
139: (NOT l_api_updating)) then
140: hr_utility.set_location(l_proc, 20);
141: --
142: -- Check if p_vacancy_id is not null
143: --
144: if p_vacancy_id IS NOT NULL then

Line 153: hr_utility.set_location(l_proc, 30);

149: fetch vacancy_exists into l_dummy;
150: --
151: if vacancy_exists%notfound then
152: close vacancy_exists;
153: hr_utility.set_location(l_proc, 30);
154: fnd_message.set_name('PER', 'HR_52591_CEL_INVL_VAC_ID ');
155: fnd_message.raise_error;
156: else
157: close vacancy_exists;

Line 162: hr_utility.set_location('Leaving: '||l_proc, 50);

158: end if;
159: --
160: end if;
161: end if;
162: hr_utility.set_location('Leaving: '||l_proc, 50);
163: exception
164: when app_exception.application_exception then
165: if hr_multi_message.exception_add
166: (p_associated_column1 => 'IRC_SAVED_SEARCH_CRITERIA.VACANCY_ID'

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

180: --
181: l_proc varchar2(72) := g_package||'insert_validate';
182: --
183: Begin
184: hr_utility.set_location('Entering:'||l_proc, 5);
185: --
186: -- Call all supporting business operations
187: --
188: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."

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

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

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

210: --
211: l_proc varchar2(72) := g_package||'update_validate';
212: --
213: Begin
214: hr_utility.set_location('Entering:'||l_proc, 5);
215: --
216: -- Call all supporting business operations
217: --
218: --

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

229: (p_rec => p_rec
230: );
231: --
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 10);
234: End update_validate;
235: --
236: -- ----------------------------------------------------------------------------
237: -- |---------------------------< delete_validate >----------------------------|

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

242: --
243: l_proc varchar2(72) := g_package||'delete_validate';
244: --
245: Begin
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: --
248: -- Call all supporting business operations
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

246: hr_utility.set_location('Entering:'||l_proc, 5);
247: --
248: -- Call all supporting business operations
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 10);
251: End delete_validate;
252: --
253: end irc_iss_bus;