DBA Data[Home] [Help]

APPS.IRC_APS_BUS dependencies on IRC_APS_SHD

Line 193: ,p_rec in irc_aps_shd.g_rec_type

189: -- {End Of Comments}
190: -- ----------------------------------------------------------------------------
191: Procedure chk_non_updateable_args
192: (p_effective_date in date
193: ,p_rec in irc_aps_shd.g_rec_type
194: ) IS
195: --
196: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
197: --

Line 203: IF NOT irc_aps_shd.api_updating

199: --
200: -- Only proceed with the validation if a row exists for the current
201: -- record in the HR Schema.
202: --
203: IF NOT irc_aps_shd.api_updating
204: (p_profile_snapshot_id => p_rec.profile_snapshot_id
205: ,p_object_version_number => p_rec.object_version_number
206: ) THEN
207: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 264: l_api_updating := irc_aps_shd.api_updating

260: Begin
261: --
262: hr_utility.set_location('Entering:'|| l_proc, 10);
263: --
264: l_api_updating := irc_aps_shd.api_updating
265: (p_profile_snapshot_id => p_profile_snapshot_id
266: ,p_object_version_number => p_object_version_number
267: );
268: --

Line 270: nvl(irc_aps_shd.g_old_rec.person_id, hr_api.g_number) <>

266: ,p_object_version_number => p_object_version_number
267: );
268: --
269: if ((l_api_updating and
270: nvl(irc_aps_shd.g_old_rec.person_id, hr_api.g_number) <>
271: nvl(p_person_id, hr_api.g_number)) or
272: (NOT l_api_updating)) then
273: hr_utility.set_location(l_proc, 20);
274: --

Line 310: ,p_rec in irc_aps_shd.g_rec_type

306: -- |---------------------------< insert_validate >----------------------------|
307: -- ----------------------------------------------------------------------------
308: Procedure insert_validate
309: (p_effective_date in date
310: ,p_rec in irc_aps_shd.g_rec_type
311: ) is
312: --
313: l_proc varchar2(72) := g_package||'insert_validate';
314: --

Line 339: ,p_rec in irc_aps_shd.g_rec_type

335: -- |---------------------------< update_validate >----------------------------|
336: -- ----------------------------------------------------------------------------
337: Procedure update_validate
338: (p_effective_date in date
339: ,p_rec in irc_aps_shd.g_rec_type
340: ) is
341: --
342: l_proc varchar2(72) := g_package||'update_validate';
343: --

Line 374: (p_rec in irc_aps_shd.g_rec_type

370: -- ----------------------------------------------------------------------------
371: -- |---------------------------< delete_validate >----------------------------|
372: -- ----------------------------------------------------------------------------
373: Procedure delete_validate
374: (p_rec in irc_aps_shd.g_rec_type
375: ) is
376: --
377: l_proc varchar2(72) := g_package||'delete_validate';
378: --