DBA Data[Home] [Help]

APPS.HXC_ULT_DEL dependencies on HXC_ULT_SHD

Line 53: (p_rec in hxc_ult_shd.g_rec_type

49: --
50: -- {End Of Comments}
51: -- ----------------------------------------------------------------------------
52: Procedure delete_dml
53: (p_rec in hxc_ult_shd.g_rec_type
54: ) is
55: --
56: l_proc varchar2(72) ;
57: --

Line 83: hxc_ult_shd.constraint_error

79: Exception
80: When hr_api.child_integrity_violated then
81: -- Child integrity has been violated
82: --
83: hxc_ult_shd.constraint_error
84: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
85: When Others Then
86: --
87: Raise;

Line 122: Procedure pre_delete(p_rec in hxc_ult_shd.g_rec_type) is

118: -- Internal Row Handler Use Only.
119: --
120: -- {End Of Comments}
121: -- ----------------------------------------------------------------------------
122: Procedure pre_delete(p_rec in hxc_ult_shd.g_rec_type) is
123: --
124: l_proc varchar2(72) ;
125: --
126: Begin

Line 166: Procedure post_delete(p_rec in hxc_ult_shd.g_rec_type) is

162: -- Internal Row Handler Use Only.
163: --
164: -- {End Of Comments}
165: -- -----------------------------------------------------------------------------
166: Procedure post_delete(p_rec in hxc_ult_shd.g_rec_type) is
167: --
168: l_proc varchar2(72) ;
169: --
170: Begin

Line 184: => hxc_ult_shd.g_old_rec.display_layout_name

180: => p_rec.layout_id
181: ,p_language
182: => p_rec.language
183: ,p_display_layout_name_o
184: => hxc_ult_shd.g_old_rec.display_layout_name
185: ,p_source_lang_o
186: => hxc_ult_shd.g_old_rec.source_lang
187: );
188: --

Line 186: => hxc_ult_shd.g_old_rec.source_lang

182: => p_rec.language
183: ,p_display_layout_name_o
184: => hxc_ult_shd.g_old_rec.display_layout_name
185: ,p_source_lang_o
186: => hxc_ult_shd.g_old_rec.source_lang
187: );
188: --
189: exception
190: --

Line 208: (p_rec in hxc_ult_shd.g_rec_type

204: -- ----------------------------------------------------------------------------
205: -- |---------------------------------< del >----------------------------------|
206: -- ----------------------------------------------------------------------------
207: Procedure del
208: (p_rec in hxc_ult_shd.g_rec_type
209: ) is
210: --
211: l_proc varchar2(72) ;
212: --

Line 222: hxc_ult_shd.lck

218: end if;
219: --
220: -- We must lock the row which we need to delete.
221: --
222: hxc_ult_shd.lck
223: (p_rec.layout_id
224: ,p_rec.language
225: );
226: --

Line 253: l_rec hxc_ult_shd.g_rec_type;

249: (p_layout_id in number
250: ,p_language in varchar2
251: ) is
252: --
253: l_rec hxc_ult_shd.g_rec_type;
254: l_proc varchar2(72) ;
255: --
256: Begin
257: g_debug :=hr_utility.debug_enabled;