DBA Data[Home] [Help]

APPS.HR_UCX_BUS dependencies on HR_UCX_SHD

Line 43: (p_rec in hr_ucx_shd.g_rec_type

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

Line 53: IF NOT hr_ucx_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_ucx_shd.api_updating
54: (p_ui_context_id => p_rec.ui_context_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 121: hr_ucx_shd.construct_ui_context_key

117:
118: hr_utility.set_location('Converting'||l_proc,20);
119:
120:
121: hr_ucx_shd.construct_ui_context_key
122: (
123: p_user_interface_id
124: ,p_label
125: ,l_gen_ui_context_key

Line 234: (p_rec in hr_ucx_shd.g_rec_type

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

Line 268: (p_rec in hr_ucx_shd.g_rec_type

264: -- ----------------------------------------------------------------------------
265: -- |---------------------------< update_validate >----------------------------|
266: -- ----------------------------------------------------------------------------
267: Procedure update_validate
268: (p_rec in hr_ucx_shd.g_rec_type
269: ) is
270: --
271: l_proc varchar2(72) := g_package||'update_validate';
272: --

Line 296: (p_rec in hr_ucx_shd.g_rec_type

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