DBA Data[Home] [Help]

APPS.IRC_IAS_BUS dependencies on IRC_IAS_SHD

Line 172: (p_rec in irc_ias_shd.g_rec_type

168: --
169: -- {End Of Comments}
170: -- ----------------------------------------------------------------------------
171: Procedure chk_non_updateable_args
172: (p_rec in irc_ias_shd.g_rec_type
173: ) IS
174: --
175: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
176: --

Line 182: IF NOT irc_ias_shd.api_updating

178: --
179: -- Only proceed with the validation if a row exists for the current
180: -- record in the HR Schema.
181: --
182: IF NOT irc_ias_shd.api_updating
183: (p_assignment_status_id => p_rec.assignment_status_id
184: ,p_object_version_number => p_rec.object_version_number
185: ) THEN
186: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 366: (p_rec in irc_ias_shd.g_rec_type

362: -- ----------------------------------------------------------------------------
363: -- |---------------------------< insert_validate >----------------------------|
364: -- ----------------------------------------------------------------------------
365: Procedure insert_validate
366: (p_rec in irc_ias_shd.g_rec_type
367: ) is
368: --
369: l_proc varchar2(72) := g_package||'insert_validate';
370: --

Line 387: ,p_associated_column1 => irc_ias_shd.g_tab_nam||'.ASSIGNMENT_ID'

383: --
384: hr_utility.set_location(l_proc, 20);
385: irc_ias_bus.set_security_group_id
386: (p_assignment_id => p_rec.assignment_id
387: ,p_associated_column1 => irc_ias_shd.g_tab_nam||'.ASSIGNMENT_ID'
388: );
389: hr_utility.set_location(' Leaving:'||l_proc, 30);
390: End insert_validate;
391: --

Line 396: (p_rec in irc_ias_shd.g_rec_type

392: -- ----------------------------------------------------------------------------
393: -- |---------------------------< update_validate >----------------------------|
394: -- ----------------------------------------------------------------------------
395: Procedure update_validate
396: (p_rec in irc_ias_shd.g_rec_type
397: ) is
398: --
399: l_proc varchar2(72) := g_package||'update_validate';
400: --

Line 428: (p_rec in irc_ias_shd.g_rec_type

424: -- ----------------------------------------------------------------------------
425: -- |---------------------------< delete_validate >----------------------------|
426: -- ----------------------------------------------------------------------------
427: Procedure delete_validate
428: (p_rec in irc_ias_shd.g_rec_type
429: ) is
430: --
431: l_proc varchar2(72) := g_package||'delete_validate';
432: --