DBA Data[Home] [Help]

APPS.HR_HTL_BUS dependencies on HR_HTL_SHD

Line 45: (p_rec in hr_htl_shd.g_rec_type

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

Line 55: IF NOT hr_htl_shd.api_updating

51: --
52: -- Only proceed with the validation if a row exists for the current
53: -- record in the HR Schema.
54: --
55: IF NOT hr_htl_shd.api_updating
56: (p_hierarchy_id => p_rec.hierarchy_id,
57: p_language => p_rec.language
58: ) THEN
59: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 237: (p_rec in hr_htl_shd.g_rec_type,

233: -- ----------------------------------------------------------------------------
234: -- |---------------------------< insert_validate >----------------------------|
235: -- ----------------------------------------------------------------------------
236: Procedure insert_validate
237: (p_rec in hr_htl_shd.g_rec_type,
238: p_hierarchy_id in number
239: ) is
240: --
241: l_proc varchar2(72) := g_package||'insert_validate';

Line 264: (p_rec in hr_htl_shd.g_rec_type

260: -- ----------------------------------------------------------------------------
261: -- |---------------------------< update_validate >----------------------------|
262: -- ----------------------------------------------------------------------------
263: Procedure update_validate
264: (p_rec in hr_htl_shd.g_rec_type
265: ) is
266: --
267: l_proc varchar2(72) := g_package||'update_validate';
268: --

Line 294: (p_rec in hr_htl_shd.g_rec_type

290: -- ----------------------------------------------------------------------------
291: -- |---------------------------< delete_validate >----------------------------|
292: -- ----------------------------------------------------------------------------
293: Procedure delete_validate
294: (p_rec in hr_htl_shd.g_rec_type
295: ) is
296: --
297: l_proc varchar2(72) := g_package||'delete_validate';
298: --