DBA Data[Home] [Help]

APPS.HXC_HTS_BUS dependencies on HXC_HTS_SHD

Line 41: ,p_rec in hxc_hts_shd.g_rec_type

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

Line 53: IF NOT hxc_hts_shd.api_updating

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

Line 218: ,p_rec in hxc_hts_shd.g_rec_type

214: -- |---------------------------< insert_validate >----------------------------|
215: -- ----------------------------------------------------------------------------
216: Procedure insert_validate
217: (p_effective_date in date
218: ,p_rec in hxc_hts_shd.g_rec_type
219: ) is
220: --
221: l_proc varchar2(72);
222: --

Line 249: ,p_rec in hxc_hts_shd.g_rec_type

245: -- |---------------------------< update_validate >----------------------------|
246: -- ----------------------------------------------------------------------------
247: Procedure update_validate
248: (p_effective_date in date
249: ,p_rec in hxc_hts_shd.g_rec_type
250: ) is
251: --
252: l_proc varchar2(72);
253: --

Line 284: (p_rec in hxc_hts_shd.g_rec_type

280: -- ----------------------------------------------------------------------------
281: -- |---------------------------< delete_validate >----------------------------|
282: -- ----------------------------------------------------------------------------
283: Procedure delete_validate
284: (p_rec in hxc_hts_shd.g_rec_type
285: ) is
286: --
287: l_proc varchar2(72);
288: --