DBA Data[Home] [Help]

APPS.HR_TIS_BUS dependencies on HR_TIS_SHD

Line 44: (p_rec in hr_tis_shd.g_rec_type

40: --
41: -- {End Of Comments}
42: -- ----------------------------------------------------------------------------
43: Procedure chk_non_updateable_args
44: (p_rec in hr_tis_shd.g_rec_type
45: ) IS
46: --
47: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
48: --

Line 54: IF NOT hr_tis_shd.api_updating

50: --
51: -- Only proceed with the validation if a row exists for the current
52: -- record in the HR Schema.
53: --
54: IF NOT hr_tis_shd.api_updating
55: (p_topic_integrations_id => p_rec.topic_integrations_id
56: ,p_object_version_number => p_rec.object_version_number
57: ) THEN
58: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 380: (p_rec in hr_tis_shd.g_rec_type

376: -- ----------------------------------------------------------------------------
377: -- |---------------------------< insert_validate >----------------------------|
378: -- ----------------------------------------------------------------------------
379: Procedure insert_validate
380: (p_rec in hr_tis_shd.g_rec_type
381: ) is
382: --
383: l_proc varchar2(72) := g_package||'insert_validate';
384: --

Line 420: (p_rec in hr_tis_shd.g_rec_type

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

Line 466: (p_rec in hr_tis_shd.g_rec_type

462: -- ----------------------------------------------------------------------------
463: -- |---------------------------< delete_validate >----------------------------|
464: -- ----------------------------------------------------------------------------
465: Procedure delete_validate
466: (p_rec in hr_tis_shd.g_rec_type
467: ) is
468: --
469: l_proc varchar2(72) := g_package||'delete_validate';
470: --