DBA Data[Home] [Help]

APPS.HXC_TKS_DEL dependencies on HXC_TKS_SHD

Line 53: (p_rec in hxc_tks_shd.g_rec_type

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

Line 82: hxc_tks_shd.constraint_error

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

Line 121: Procedure pre_delete(p_rec in hxc_tks_shd.g_rec_type) is

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

Line 166: Procedure post_delete(p_rec in hxc_tks_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_tks_shd.g_rec_type) is
167: --
168: l_proc varchar2(72) ;
169: --
170: Begin

Line 182: => hxc_tks_shd.g_old_rec.resource_id

178: /* hxc_tks_rkd.after_delete
179: (p_submission_id
180: => p_rec.submission_id
181: ,p_resource_id_o
182: => hxc_tks_shd.g_old_rec.resource_id
183: );
184: --
185: exception
186: --

Line 205: (p_rec in hxc_tks_shd.g_rec_type

201: -- ----------------------------------------------------------------------------
202: -- |---------------------------------< del >----------------------------------|
203: -- ----------------------------------------------------------------------------
204: Procedure del
205: (p_rec in hxc_tks_shd.g_rec_type
206: ) is
207: --
208: l_proc varchar2(72) ;
209: --

Line 219: hxc_tks_shd.lck

215: end if;
216: --
217: -- We must lock the row which we need to delete.
218: --
219: hxc_tks_shd.lck
220: (p_rec.submission_id
221: );
222: --
223: -- Call the supporting delete validate operation

Line 254: l_rec hxc_tks_shd.g_rec_type;

250: Procedure del
251: (p_submission_id in number
252: ) is
253: --
254: l_rec hxc_tks_shd.g_rec_type;
255: l_proc varchar2(72) ;
256: --
257: Begin
258: g_debug :=hr_utility.debug_enabled;