DBA Data[Home] [Help]

APPS.HR_OTY_BUS dependencies on HR_OTY_SHD

Line 43: (p_rec in hr_oty_shd.g_rec_type

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

Line 53: IF NOT hr_oty_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 hr_oty_shd.api_updating
54: (p_option_type_id => p_rec.option_type_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 64: nvl(hr_oty_shd.g_old_rec.option_type_key

60: fnd_message.raise_error;
61: END IF;
62:
63: if nvl(p_rec.option_type_key, hr_api.g_varchar2) <>
64: nvl(hr_oty_shd.g_old_rec.option_type_key
65: ,hr_api.g_varchar2
66: ) then
67: hr_api.argument_changed_error
68: (p_api_name => l_proc

Line 70: ,p_base_table => hr_oty_shd.g_tab_nam

66: ) then
67: hr_api.argument_changed_error
68: (p_api_name => l_proc
69: ,p_argument => 'OPTION_TYPE_KEY'
70: ,p_base_table => hr_oty_shd.g_tab_nam
71: );
72: end if;
73:
74: End chk_non_updateable_args;

Line 323: (p_rec in hr_oty_shd.g_rec_type

319: -- ----------------------------------------------------------------------------
320: -- |---------------------------< insert_validate >----------------------------|
321: -- ----------------------------------------------------------------------------
322: Procedure insert_validate
323: (p_rec in hr_oty_shd.g_rec_type
324: ) is
325: --
326: l_proc varchar2(72) := g_package||'insert_validate';
327: --

Line 362: (p_rec in hr_oty_shd.g_rec_type

358: -- ----------------------------------------------------------------------------
359: -- |---------------------------< update_validate >----------------------------|
360: -- ----------------------------------------------------------------------------
361: Procedure update_validate
362: (p_rec in hr_oty_shd.g_rec_type
363: ) is
364: --
365: l_proc varchar2(72) := g_package||'update_validate';
366: --

Line 396: (p_rec in hr_oty_shd.g_rec_type

392: -- ----------------------------------------------------------------------------
393: -- |---------------------------< delete_validate >----------------------------|
394: -- ----------------------------------------------------------------------------
395: Procedure delete_validate
396: (p_rec in hr_oty_shd.g_rec_type
397: ) is
398: --
399: l_proc varchar2(72) := g_package||'delete_validate';
400: --