DBA Data[Home] [Help]

APPS.HR_OTT_BUS dependencies on HR_OTT_SHD

Line 44: (p_rec in hr_ott_shd.g_rec_type

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

Line 54: IF NOT hr_ott_shd.api_updating

50: --
51: -- Only proceed with the validation if a row exists for the current
52: -- record in the HR Schema.
53: --
54: IF NOT hr_ott_shd.api_updating
55: (p_option_type_id => p_rec.option_type_id
56: ,p_language
57: => p_rec.language
58:

Line 234: (p_rec in hr_ott_shd.g_rec_type

230: -- ----------------------------------------------------------------------------
231: -- |---------------------------< insert_validate >----------------------------|
232: -- ----------------------------------------------------------------------------
233: Procedure insert_validate
234: (p_rec in hr_ott_shd.g_rec_type
235: ,p_option_type_id in number
236: ) is
237: --
238: l_proc varchar2(72) := g_package||'insert_validate';

Line 273: (p_rec in hr_ott_shd.g_rec_type

269: -- ----------------------------------------------------------------------------
270: -- |---------------------------< update_validate >----------------------------|
271: -- ----------------------------------------------------------------------------
272: Procedure update_validate
273: (p_rec in hr_ott_shd.g_rec_type
274: ,p_option_type_id in number
275: ) is
276: --
277: l_proc varchar2(72) := g_package||'update_validate';

Line 308: (p_rec in hr_ott_shd.g_rec_type

304: -- ----------------------------------------------------------------------------
305: -- |---------------------------< delete_validate >----------------------------|
306: -- ----------------------------------------------------------------------------
307: Procedure delete_validate
308: (p_rec in hr_ott_shd.g_rec_type
309: ) is
310: --
311: l_proc varchar2(72) := g_package||'delete_validate';
312: --