DBA Data[Home] [Help]

APPS.IRC_JBI_BUS dependencies on IRC_JBI_SHD

Line 286: ,p_rec in irc_jbi_shd.g_rec_type

282: -- {End Of Comments}
283: -- ----------------------------------------------------------------------------
284: Procedure chk_non_updateable_args
285: (p_effective_date in date
286: ,p_rec in irc_jbi_shd.g_rec_type
287: ) IS
288: --
289: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
290: l_error EXCEPTION;

Line 298: IF NOT irc_jbi_shd.api_updating

294: --
295: -- Only proceed with the validation if a row exists for the current
296: -- record in the HR Schema.
297: --
298: IF NOT irc_jbi_shd.api_updating
299: (p_job_basket_item_id => p_rec.job_basket_item_id
300: ,p_object_version_number => p_rec.object_version_number
301: ) THEN
302: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 321: ,p_rec in out nocopy irc_jbi_shd.g_rec_type

317: -- |---------------------------< insert_validate >----------------------------|
318: -- ----------------------------------------------------------------------------
319: Procedure insert_validate
320: (p_effective_date in date
321: ,p_rec in out nocopy irc_jbi_shd.g_rec_type
322: ) is
323: --
324: l_proc varchar2(72) := g_package||'insert_validate';
325: --

Line 353: ,p_rec in irc_jbi_shd.g_rec_type

349: -- |---------------------------< update_validate >----------------------------|
350: -- ----------------------------------------------------------------------------
351: Procedure update_validate
352: (p_effective_date in date
353: ,p_rec in irc_jbi_shd.g_rec_type
354: ) is
355: --
356: l_proc varchar2(72) := g_package||'update_validate';
357: --

Line 371: (p_rec in irc_jbi_shd.g_rec_type

367: -- ----------------------------------------------------------------------------
368: -- |---------------------------< delete_validate >----------------------------|
369: -- ----------------------------------------------------------------------------
370: Procedure delete_validate
371: (p_rec in irc_jbi_shd.g_rec_type
372: ) is
373: --
374: l_proc varchar2(72) := g_package||'delete_validate';
375: --