DBA Data[Home] [Help]

APPS.HXC_MAP_BUS dependencies on HXC_MAP_SHD

Line 40: (p_rec in hxc_map_shd.g_rec_type

36: --
37: -- {End Of Comments}
38: -- ----------------------------------------------------------------------------
39: Procedure chk_non_updateable_args
40: (p_rec in hxc_map_shd.g_rec_type
41: ) IS
42: --
43: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
44: l_error EXCEPTION;

Line 52: IF NOT hxc_map_shd.api_updating

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

Line 280: (p_rec in hxc_map_shd.g_rec_type

276: -- ----------------------------------------------------------------------------
277: -- |---------------------------< insert_validate >----------------------------|
278: -- ----------------------------------------------------------------------------
279: Procedure insert_validate
280: (p_rec in hxc_map_shd.g_rec_type
281: ) is
282: --
283: l_proc varchar2(72);
284: --

Line 311: (p_rec in hxc_map_shd.g_rec_type

307: -- ----------------------------------------------------------------------------
308: -- |---------------------------< update_validate >----------------------------|
309: -- ----------------------------------------------------------------------------
310: Procedure update_validate
311: (p_rec in hxc_map_shd.g_rec_type
312: ) is
313: --
314: l_proc varchar2(72);
315: --

Line 348: (p_rec in hxc_map_shd.g_rec_type

344: -- ----------------------------------------------------------------------------
345: -- |---------------------------< delete_validate >----------------------------|
346: -- ----------------------------------------------------------------------------
347: Procedure delete_validate
348: (p_rec in hxc_map_shd.g_rec_type
349: ) is
350: --
351: l_proc varchar2(72);
352: --