DBA Data[Home] [Help]

APPS.IRC_ILC_BUS dependencies on IRC_ILC_SHD

Line 201: ,p_rec in irc_ilc_shd.g_rec_type

197: -- {End Of Comments}
198: -- ----------------------------------------------------------------------------
199: Procedure chk_non_updateable_args
200: (p_effective_date in date
201: ,p_rec in irc_ilc_shd.g_rec_type
202: ) IS
203: --
204: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
205: --

Line 211: IF NOT irc_ilc_shd.api_updating

207: --
208: -- Only proceed with the validation if a row exists for the current
209: -- record in the HR Schema.
210: --
211: IF NOT irc_ilc_shd.api_updating
212: (p_link_id => p_rec.link_id
213: ,p_object_version_number => p_rec.object_version_number
214: ) THEN
215: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 223: if p_rec.party_id <> irc_ilc_shd.g_old_rec.party_id

219: END IF;
220: --
221: -- EDIT_HERE: Add checks to ensure non-updateable args have
222: -- not been updated.
223: if p_rec.party_id <> irc_ilc_shd.g_old_rec.party_id
224: then
225: hr_api.argument_changed_error
226: (p_api_name => l_proc
227: ,p_argument => 'PARTY_ID'

Line 228: ,p_base_table => irc_ilc_shd.g_tab_nam

224: then
225: hr_api.argument_changed_error
226: (p_api_name => l_proc
227: ,p_argument => 'PARTY_ID'
228: ,p_base_table => irc_ilc_shd.g_tab_nam
229: );
230: end if;
231: --
232: if p_rec.duplicate_set_id <> irc_ilc_shd.g_old_rec.duplicate_set_id

Line 232: if p_rec.duplicate_set_id <> irc_ilc_shd.g_old_rec.duplicate_set_id

228: ,p_base_table => irc_ilc_shd.g_tab_nam
229: );
230: end if;
231: --
232: if p_rec.duplicate_set_id <> irc_ilc_shd.g_old_rec.duplicate_set_id
233: then
234: hr_api.argument_changed_error
235: (p_api_name => l_proc
236: ,p_argument => 'DUPLICATE_SET_ID'

Line 237: ,p_base_table => irc_ilc_shd.g_tab_nam

233: then
234: hr_api.argument_changed_error
235: (p_api_name => l_proc
236: ,p_argument => 'DUPLICATE_SET_ID'
237: ,p_base_table => irc_ilc_shd.g_tab_nam
238: );
239: end if;
240: --
241: End chk_non_updateable_args;

Line 431: ,p_rec in irc_ilc_shd.g_rec_type

427: -- |---------------------------< insert_validate >----------------------------|
428: -- ----------------------------------------------------------------------------
429: Procedure insert_validate
430: (p_effective_date in date
431: ,p_rec in irc_ilc_shd.g_rec_type
432: ) is
433: --
434: l_proc varchar2(72) := g_package||'insert_validate';
435: --

Line 494: ,p_rec in irc_ilc_shd.g_rec_type

490: -- |---------------------------< update_validate >----------------------------|
491: -- ----------------------------------------------------------------------------
492: Procedure update_validate
493: (p_effective_date in date
494: ,p_rec in irc_ilc_shd.g_rec_type
495: ) is
496: --
497: l_proc varchar2(72) := g_package||'update_validate';
498: --

Line 557: (p_rec in irc_ilc_shd.g_rec_type

553: -- ----------------------------------------------------------------------------
554: -- |---------------------------< delete_validate >----------------------------|
555: -- ----------------------------------------------------------------------------
556: Procedure delete_validate
557: (p_rec in irc_ilc_shd.g_rec_type
558: ) is
559: --
560: l_proc varchar2(72) := g_package||'delete_validate';
561: --