DBA Data[Home] [Help]

APPS.HXC_LCK_DEL dependencies on HXC_LCK_SHD

Line 54: (p_rec in hxc_lck_shd.g_rec_type

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

Line 84: hxc_lck_shd.constraint_error

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

Line 123: Procedure pre_delete(p_rec in hxc_lck_shd.g_rec_type) is

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

Line 170: Procedure post_delete(p_rec in hxc_lck_shd.g_rec_type) is

166: -- Internal Row Handler Use Only.
167: --
168: -- {End Of Comments}
169: -- -----------------------------------------------------------------------------
170: Procedure post_delete(p_rec in hxc_lck_shd.g_rec_type) is
171: --
172: l_proc varchar2(72);
173: --
174: Begin

Line 187: => hxc_lck_shd.g_old_rec.locker_type

183: hxc_lck_rkd.after_delete
184: (p_locker_type_id
185: => p_rec.locker_type_id
186: ,p_locker_type_o
187: => hxc_lck_shd.g_old_rec.locker_type
188: ,p_process_type_o
189: => hxc_lck_shd.g_old_rec.process_type
190: );
191:

Line 189: => hxc_lck_shd.g_old_rec.process_type

185: => p_rec.locker_type_id
186: ,p_locker_type_o
187: => hxc_lck_shd.g_old_rec.locker_type
188: ,p_process_type_o
189: => hxc_lck_shd.g_old_rec.process_type
190: );
191:
192: --
193: exception

Line 212: (p_rec in hxc_lck_shd.g_rec_type

208: -- ----------------------------------------------------------------------------
209: -- |---------------------------------< del >----------------------------------|
210: -- ----------------------------------------------------------------------------
211: Procedure del
212: (p_rec in hxc_lck_shd.g_rec_type
213: ) is
214: --
215: l_proc varchar2(72);
216: --

Line 227: hxc_lck_shd.lck

223: end if;
224: --
225: -- We must lock the row which we need to delete.
226: --
227: hxc_lck_shd.lck
228: (p_rec.locker_type_id
229: );
230: --
231: -- Call the supporting delete validate operation

Line 262: l_rec hxc_lck_shd.g_rec_type;

258: Procedure del
259: (p_locker_type_id in number
260: ) is
261: --
262: l_rec hxc_lck_shd.g_rec_type;
263: l_proc varchar2(72);
264: --
265: Begin
266: g_debug := hr_utility.debug_enabled;