DBA Data[Home] [Help]

APPS.HXC_HTC_BUS dependencies on HXC_HTC_SHD

Line 83: (p_rec in hxc_htc_shd.g_rec_type

79: --
80: -- {End Of Comments}
81: -- ----------------------------------------------------------------------------
82: Procedure chk_non_updateable_args
83: (p_rec in hxc_htc_shd.g_rec_type
84: ) IS
85: --
86: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
87: l_error EXCEPTION;

Line 95: IF NOT hxc_htc_shd.api_updating

91: --
92: -- Only proceed with the validation if a row exists for the current
93: -- record in the HR Schema.
94: --
95: IF NOT hxc_htc_shd.api_updating
96: (p_time_category_id => p_rec.time_category_id
97: ,p_object_version_number => p_rec.object_version_number
98: ) THEN
99: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 329: (p_rec in hxc_htc_shd.g_rec_type

325: -- ----------------------------------------------------------------------------
326: -- |---------------------------< insert_validate >----------------------------|
327: -- ----------------------------------------------------------------------------
328: Procedure insert_validate
329: (p_rec in hxc_htc_shd.g_rec_type
330: ) is
331: --
332: l_proc varchar2(72);
333: --

Line 378: (p_rec in hxc_htc_shd.g_rec_type

374: -- ----------------------------------------------------------------------------
375: -- |---------------------------< update_validate >----------------------------|
376: -- ----------------------------------------------------------------------------
377: Procedure update_validate
378: (p_rec in hxc_htc_shd.g_rec_type
379: ) is
380: --
381: l_proc varchar2(72);
382: --

Line 433: (p_rec in hxc_htc_shd.g_rec_type

429: -- ----------------------------------------------------------------------------
430: -- |---------------------------< delete_validate >----------------------------|
431: -- ----------------------------------------------------------------------------
432: Procedure delete_validate
433: (p_rec in hxc_htc_shd.g_rec_type
434: ) is
435: --
436: l_proc varchar2(72);
437: --