DBA Data[Home] [Help]

APPS.HXC_LKR_DEL dependencies on HXC_LKR_SHD

Line 54: (p_rec in hxc_lkr_shd.g_rec_type

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

Line 85: hxc_lkr_shd.constraint_error

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

Line 124: Procedure pre_delete(p_rec in hxc_lkr_shd.g_rec_type) is

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

Line 171: Procedure post_delete(p_rec in hxc_lkr_shd.g_rec_type) is

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

Line 191: => hxc_lkr_shd.g_old_rec.grant_lock

187: => p_rec.locker_type_owner_id
188: ,p_locker_type_requestor_id
189: => p_rec.locker_type_requestor_id
190: ,p_grant_lock_o
191: => hxc_lkr_shd.g_old_rec.grant_lock
192: );
193:
194: --
195: exception

Line 214: (p_rec in hxc_lkr_shd.g_rec_type

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

Line 229: hxc_lkr_shd.lck

225: end if;
226: --
227: -- We must lock the row which we need to delete.
228: --
229: hxc_lkr_shd.lck
230: (p_rec.locker_type_owner_id
231: ,p_rec.locker_type_requestor_id
232: );
233: --

Line 266: l_rec hxc_lkr_shd.g_rec_type;

262: (p_locker_type_owner_id in number
263: ,p_locker_type_requestor_id in number
264: ) is
265: --
266: l_rec hxc_lkr_shd.g_rec_type;
267: l_proc varchar2(72);
268: --
269: Begin
270: g_debug := hr_utility.debug_enabled;