DBA Data[Home] [Help]

APPS.HXC_ATC_DEL dependencies on HXC_ATC_SHD

Line 53: (p_rec in hxc_atc_shd.g_rec_type

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

Line 81: hxc_atc_shd.constraint_error

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

Line 120: Procedure pre_delete(p_rec in hxc_atc_shd.g_rec_type) is

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

Line 165: Procedure post_delete(p_rec in hxc_atc_shd.g_rec_type) is

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

Line 180: => hxc_atc_shd.g_old_rec.component_name

176: hxc_atc_rkd.after_delete
177: (p_alias_type_component_id
178: => p_rec.alias_type_component_id
179: ,p_component_name_o
180: => hxc_atc_shd.g_old_rec.component_name
181: ,p_component_type_o
182: => hxc_atc_shd.g_old_rec.component_type
183: ,p_mapping_component_id_o
184: => hxc_atc_shd.g_old_rec.mapping_component_id

Line 182: => hxc_atc_shd.g_old_rec.component_type

178: => p_rec.alias_type_component_id
179: ,p_component_name_o
180: => hxc_atc_shd.g_old_rec.component_name
181: ,p_component_type_o
182: => hxc_atc_shd.g_old_rec.component_type
183: ,p_mapping_component_id_o
184: => hxc_atc_shd.g_old_rec.mapping_component_id
185: ,p_alias_type_id_o
186: => hxc_atc_shd.g_old_rec.alias_type_id

Line 184: => hxc_atc_shd.g_old_rec.mapping_component_id

180: => hxc_atc_shd.g_old_rec.component_name
181: ,p_component_type_o
182: => hxc_atc_shd.g_old_rec.component_type
183: ,p_mapping_component_id_o
184: => hxc_atc_shd.g_old_rec.mapping_component_id
185: ,p_alias_type_id_o
186: => hxc_atc_shd.g_old_rec.alias_type_id
187: ,p_object_version_number_o
188: => hxc_atc_shd.g_old_rec.object_version_number

Line 186: => hxc_atc_shd.g_old_rec.alias_type_id

182: => hxc_atc_shd.g_old_rec.component_type
183: ,p_mapping_component_id_o
184: => hxc_atc_shd.g_old_rec.mapping_component_id
185: ,p_alias_type_id_o
186: => hxc_atc_shd.g_old_rec.alias_type_id
187: ,p_object_version_number_o
188: => hxc_atc_shd.g_old_rec.object_version_number
189: );
190:

Line 188: => hxc_atc_shd.g_old_rec.object_version_number

184: => hxc_atc_shd.g_old_rec.mapping_component_id
185: ,p_alias_type_id_o
186: => hxc_atc_shd.g_old_rec.alias_type_id
187: ,p_object_version_number_o
188: => hxc_atc_shd.g_old_rec.object_version_number
189: );
190:
191: hxc_time_category_utils_pkg.alias_type_comp_ref_int_chk ( hxc_atc_shd.g_old_rec.alias_type_id );
192:

Line 191: hxc_time_category_utils_pkg.alias_type_comp_ref_int_chk ( hxc_atc_shd.g_old_rec.alias_type_id );

187: ,p_object_version_number_o
188: => hxc_atc_shd.g_old_rec.object_version_number
189: );
190:
191: hxc_time_category_utils_pkg.alias_type_comp_ref_int_chk ( hxc_atc_shd.g_old_rec.alias_type_id );
192:
193: exception
194: --
195: when hr_api.cannot_find_prog_unit then

Line 212: (p_rec in hxc_atc_shd.g_rec_type

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

Line 226: hxc_atc_shd.lck

222: end if;
223: --
224: -- We must lock the row which we need to delete.
225: --
226: hxc_atc_shd.lck
227: (p_rec.alias_type_component_id
228: ,p_rec.object_version_number
229: );
230: --

Line 263: l_rec hxc_atc_shd.g_rec_type;

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