DBA Data[Home] [Help]

APPS.IRC_VCE_BUS dependencies on IRC_VCE_SHD

Line 206: ,p_rec in irc_vce_shd.g_rec_type

202: -- {End Of Comments}
203: -- ----------------------------------------------------------------------------
204: Procedure chk_non_updateable_args
205: (p_effective_date in date
206: ,p_rec in irc_vce_shd.g_rec_type
207: ) IS
208: --
209: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
210: --

Line 216: IF NOT irc_vce_shd.api_updating

212: --
213: -- Only proceed with the validation if a row exists for the current
214: -- record in the HR Schema.
215: --
216: IF NOT irc_vce_shd.api_updating
217: (p_vacancy_id => p_rec.vacancy_id
218: ,p_variable_comp_lookup => p_rec.variable_comp_lookup
219: ,p_object_version_number => p_rec.object_version_number
220: ) THEN

Line 372: ,p_rec in irc_vce_shd.g_rec_type

368: -- |---------------------------< insert_validate >----------------------------|
369: -- ----------------------------------------------------------------------------
370: Procedure insert_validate
371: (p_effective_date in date
372: ,p_rec in irc_vce_shd.g_rec_type
373: ) is
374: --
375: l_proc varchar2(72) := g_package||'insert_validate';
376: --

Line 420: ,p_rec in irc_vce_shd.g_rec_type

416: -- |---------------------------< update_validate >----------------------------|
417: -- ----------------------------------------------------------------------------
418: Procedure update_validate
419: (p_effective_date in date
420: ,p_rec in irc_vce_shd.g_rec_type
421: ) is
422: --
423: l_proc varchar2(72) := g_package||'update_validate';
424: --

Line 460: (p_rec in irc_vce_shd.g_rec_type

456: -- ----------------------------------------------------------------------------
457: -- |---------------------------< delete_validate >----------------------------|
458: -- ----------------------------------------------------------------------------
459: Procedure delete_validate
460: (p_rec in irc_vce_shd.g_rec_type
461: ) is
462: --
463: l_proc varchar2(72) := g_package||'delete_validate';
464: --