DBA Data[Home] [Help]

APPS.HR_ITL_BUS dependencies on HR_ITL_SHD

Line 47: (p_rec in hr_itl_shd.g_rec_type

43: --
44: -- {End Of Comments}
45: -- ----------------------------------------------------------------------------
46: Procedure chk_non_updateable_args
47: (p_rec in hr_itl_shd.g_rec_type
48: ) IS
49: --
50: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
51: --

Line 57: IF NOT hr_itl_shd.api_updating

53: --
54: -- Only proceed with the validation if a row exists for the current
55: -- record in the HR Schema.
56: --
57: IF NOT hr_itl_shd.api_updating
58: (p_integration_id => p_rec.integration_id
59: ,p_language => p_rec.language
60:
61: ) THEN

Line 246: (p_rec in hr_itl_shd.g_rec_type

242: -- ----------------------------------------------------------------------------
243: -- |---------------------------< insert_validate >----------------------------|
244: -- ----------------------------------------------------------------------------
245: Procedure insert_validate
246: (p_rec in hr_itl_shd.g_rec_type
247: ,p_integration_id in number
248: ) is
249: --
250: l_proc varchar2(72) := g_package||'insert_validate';

Line 283: (p_rec in hr_itl_shd.g_rec_type

279: -- ----------------------------------------------------------------------------
280: -- |---------------------------< update_validate >----------------------------|
281: -- ----------------------------------------------------------------------------
282: Procedure update_validate
283: (p_rec in hr_itl_shd.g_rec_type
284: ) is
285: --
286: l_proc varchar2(72) := g_package||'update_validate';
287: --

Line 320: (p_rec in hr_itl_shd.g_rec_type

316: -- ----------------------------------------------------------------------------
317: -- |---------------------------< delete_validate >----------------------------|
318: -- ----------------------------------------------------------------------------
319: Procedure delete_validate
320: (p_rec in hr_itl_shd.g_rec_type
321: ) is
322: --
323: l_proc varchar2(72) := g_package||'delete_validate';
324: --