DBA Data[Home] [Help]

APPS.HXC_MPC_DEL dependencies on HXC_MPC_SHD

Line 54: (p_rec in hxc_mpc_shd.g_rec_type

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

Line 67: hxc_mpc_shd.g_api_dml := true; -- Set the api dml status

63: l_proc := g_package||'delete_dml';
64: hr_utility.set_location('Entering:'||l_proc, 5);
65: end if;
66: --
67: hxc_mpc_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Delete the hxc_mapping_components row.
70: --
71: delete from hxc_mapping_components

Line 74: hxc_mpc_shd.g_api_dml := false; -- Unset the api dml status

70: --
71: delete from hxc_mapping_components
72: where mapping_component_id = p_rec.mapping_component_id;
73: --
74: hxc_mpc_shd.g_api_dml := false; -- Unset the api dml status
75: --
76: if g_debug then
77: hr_utility.set_location(' Leaving:'||l_proc, 10);
78: end if;

Line 83: hxc_mpc_shd.g_api_dml := false; -- Unset the api dml status

79: --
80: Exception
81: When hr_api.child_integrity_violated then
82: -- Child integrity has been violated
83: hxc_mpc_shd.g_api_dml := false; -- Unset the api dml status
84: hxc_mpc_shd.constraint_error
85: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
86: When Others Then
87: hxc_mpc_shd.g_api_dml := false; -- Unset the api dml status

Line 84: hxc_mpc_shd.constraint_error

80: Exception
81: When hr_api.child_integrity_violated then
82: -- Child integrity has been violated
83: hxc_mpc_shd.g_api_dml := false; -- Unset the api dml status
84: hxc_mpc_shd.constraint_error
85: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
86: When Others Then
87: hxc_mpc_shd.g_api_dml := false; -- Unset the api dml status
88: Raise;

Line 87: hxc_mpc_shd.g_api_dml := false; -- Unset the api dml status

83: hxc_mpc_shd.g_api_dml := false; -- Unset the api dml status
84: hxc_mpc_shd.constraint_error
85: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
86: When Others Then
87: hxc_mpc_shd.g_api_dml := false; -- Unset the api dml status
88: Raise;
89: End delete_dml;
90: --
91: -- ----------------------------------------------------------------------------

Line 123: Procedure pre_delete(p_rec in hxc_mpc_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_mpc_shd.g_rec_type) is
124: --
125: l_proc varchar2(72);
126: --
127: Begin

Line 170: Procedure post_delete(p_rec in hxc_mpc_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_mpc_shd.g_rec_type) is
171: --
172: l_proc varchar2(72);
173: --
174: Begin

Line 187: => hxc_mpc_shd.g_old_rec.field_name

183: hxc_mpc_rkd.after_delete
184: (p_mapping_component_id
185: => p_rec.mapping_component_id
186: ,p_field_name_o
187: => hxc_mpc_shd.g_old_rec.field_name
188: ,p_name_o
189: => hxc_mpc_shd.g_old_rec.name
190: ,p_bld_blk_info_type_id_o
191: => hxc_mpc_shd.g_old_rec.bld_blk_info_type_id

Line 189: => hxc_mpc_shd.g_old_rec.name

185: => p_rec.mapping_component_id
186: ,p_field_name_o
187: => hxc_mpc_shd.g_old_rec.field_name
188: ,p_name_o
189: => hxc_mpc_shd.g_old_rec.name
190: ,p_bld_blk_info_type_id_o
191: => hxc_mpc_shd.g_old_rec.bld_blk_info_type_id
192: ,p_segment_o
193: => hxc_mpc_shd.g_old_rec.segment

Line 191: => hxc_mpc_shd.g_old_rec.bld_blk_info_type_id

187: => hxc_mpc_shd.g_old_rec.field_name
188: ,p_name_o
189: => hxc_mpc_shd.g_old_rec.name
190: ,p_bld_blk_info_type_id_o
191: => hxc_mpc_shd.g_old_rec.bld_blk_info_type_id
192: ,p_segment_o
193: => hxc_mpc_shd.g_old_rec.segment
194: ,p_object_version_number_o
195: => hxc_mpc_shd.g_old_rec.object_version_number

Line 193: => hxc_mpc_shd.g_old_rec.segment

189: => hxc_mpc_shd.g_old_rec.name
190: ,p_bld_blk_info_type_id_o
191: => hxc_mpc_shd.g_old_rec.bld_blk_info_type_id
192: ,p_segment_o
193: => hxc_mpc_shd.g_old_rec.segment
194: ,p_object_version_number_o
195: => hxc_mpc_shd.g_old_rec.object_version_number
196: );
197: --

Line 195: => hxc_mpc_shd.g_old_rec.object_version_number

191: => hxc_mpc_shd.g_old_rec.bld_blk_info_type_id
192: ,p_segment_o
193: => hxc_mpc_shd.g_old_rec.segment
194: ,p_object_version_number_o
195: => hxc_mpc_shd.g_old_rec.object_version_number
196: );
197: --
198: exception
199: --

Line 217: (p_rec in hxc_mpc_shd.g_rec_type

213: -- ----------------------------------------------------------------------------
214: -- |---------------------------------< del >----------------------------------|
215: -- ----------------------------------------------------------------------------
216: Procedure del
217: (p_rec in hxc_mpc_shd.g_rec_type
218: ) is
219: --
220: l_proc varchar2(72);
221: --

Line 232: hxc_mpc_shd.lck

228: end if;
229: --
230: -- We must lock the row which we need to delete.
231: --
232: hxc_mpc_shd.lck
233: (p_rec.mapping_component_id
234: ,p_rec.object_version_number
235: );
236: --

Line 263: l_rec hxc_mpc_shd.g_rec_type;

259: (p_mapping_component_id in number
260: ,p_object_version_number in number
261: ) is
262: --
263: l_rec hxc_mpc_shd.g_rec_type;
264: l_proc varchar2(72);
265: --
266: Begin
267: g_debug := hr_utility.debug_enabled;