DBA Data[Home] [Help]

APPS.HXC_ULT_BUS dependencies on HXC_ULT_SHD

Line 39: (p_rec in hxc_ult_shd.g_rec_type

35: --
36: -- {End Of Comments}
37: -- ----------------------------------------------------------------------------
38: Procedure chk_non_updateable_args
39: (p_rec in hxc_ult_shd.g_rec_type
40: ) IS
41: --
42: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
43: l_error EXCEPTION;

Line 51: IF NOT hxc_ult_shd.api_updating

47: --
48: -- Only proceed with the validation if a row exists for the current
49: -- record in the HXC Schema.
50: --
51: IF NOT hxc_ult_shd.api_updating
52: (p_layout_id => p_rec.layout_id
53: ,p_language => p_rec.language
54: ) THEN
55: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 77: (p_rec in hxc_ult_shd.g_rec_type

73: -- ----------------------------------------------------------------------------
74: -- |---------------------------< insert_validate >----------------------------|
75: -- ----------------------------------------------------------------------------
76: Procedure insert_validate
77: (p_rec in hxc_ult_shd.g_rec_type
78: ) is
79: --
80: l_proc varchar2(72) ;
81: --

Line 102: (p_rec in hxc_ult_shd.g_rec_type

98: -- ----------------------------------------------------------------------------
99: -- |---------------------------< update_validate >----------------------------|
100: -- ----------------------------------------------------------------------------
101: Procedure update_validate
102: (p_rec in hxc_ult_shd.g_rec_type
103: ) is
104: --
105: l_proc varchar2(72) ;
106: --

Line 131: (p_rec in hxc_ult_shd.g_rec_type

127: -- ----------------------------------------------------------------------------
128: -- |---------------------------< delete_validate >----------------------------|
129: -- ----------------------------------------------------------------------------
130: Procedure delete_validate
131: (p_rec in hxc_ult_shd.g_rec_type
132: ) is
133: --
134: l_proc varchar2(72) ;
135: --