DBA Data[Home] [Help]

APPS.HXC_ULC_BUS dependencies on HXC_ULC_SHD

Line 73: (p_rec in hxc_ulc_shd.g_rec_type

69: --
70: -- {End Of Comments}
71: -- ----------------------------------------------------------------------------
72: Procedure chk_non_updateable_args
73: (p_rec in hxc_ulc_shd.g_rec_type
74: ) IS
75: --
76: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
77: l_error EXCEPTION;

Line 85: IF NOT hxc_ulc_shd.api_updating

81: --
82: -- Only proceed with the validation if a row exists for the current
83: -- record in the hxc Schema.
84: --
85: IF NOT hxc_ulc_shd.api_updating
86: (p_layout_component_id => p_rec.layout_component_id
87: ,p_object_version_number => p_rec.object_version_number
88: ) THEN
89: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 111: (p_rec in hxc_ulc_shd.g_rec_type

107: -- ----------------------------------------------------------------------------
108: -- |---------------------------< insert_validate >----------------------------|
109: -- ----------------------------------------------------------------------------
110: Procedure insert_validate
111: (p_rec in hxc_ulc_shd.g_rec_type
112: ) is
113: --
114: l_proc varchar2(72) ;
115: --

Line 147: (p_rec in hxc_ulc_shd.g_rec_type

143: -- ----------------------------------------------------------------------------
144: -- |---------------------------< update_validate >----------------------------|
145: -- ----------------------------------------------------------------------------
146: Procedure update_validate
147: (p_rec in hxc_ulc_shd.g_rec_type
148: ) is
149: --
150: l_proc varchar2(72) ;
151: --

Line 188: (p_rec in hxc_ulc_shd.g_rec_type

184: -- ----------------------------------------------------------------------------
185: -- |---------------------------< delete_validate >----------------------------|
186: -- ----------------------------------------------------------------------------
187: Procedure delete_validate
188: (p_rec in hxc_ulc_shd.g_rec_type
189: ) is
190: --
191: l_proc varchar2(72) ;
192: --