DBA Data[Home] [Help]

APPS.HXC_ATC_INS dependencies on HXC_ATC_SHD

Line 83: (p_rec in out nocopy hxc_atc_shd.g_rec_type

79: --
80: -- {End Of Comments}
81: -- ----------------------------------------------------------------------------
82: Procedure insert_dml
83: (p_rec in out nocopy hxc_atc_shd.g_rec_type
84: ) is
85: --
86: l_proc varchar2(72);
87: --

Line 136: hxc_atc_shd.constraint_error

132: Exception
133: When hr_api.check_integrity_violated Then
134: -- A check constraint has been violated
135: --
136: hxc_atc_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When hr_api.parent_integrity_violated Then
139: -- Parent integrity has been violated
140: --

Line 141: hxc_atc_shd.constraint_error

137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When hr_api.parent_integrity_violated Then
139: -- Parent integrity has been violated
140: --
141: hxc_atc_shd.constraint_error
142: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
143: When hr_api.unique_integrity_violated Then
144: -- Unique integrity has been violated
145: --

Line 146: hxc_atc_shd.constraint_error

142: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
143: When hr_api.unique_integrity_violated Then
144: -- Unique integrity has been violated
145: --
146: hxc_atc_shd.constraint_error
147: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
148: When Others Then
149: --
150: Raise;

Line 191: (p_rec in out nocopy hxc_atc_shd.g_rec_type

187: --
188: -- {End Of Comments}
189: -- ----------------------------------------------------------------------------
190: Procedure pre_insert
191: (p_rec in out nocopy hxc_atc_shd.g_rec_type
192: ) is
193: --
194: Cursor C_Sel1 is select hxc_alias_type_components_s.nextval from sys.dual;
195: --

Line 283: (p_rec in hxc_atc_shd.g_rec_type

279: --
280: -- {End Of Comments}
281: -- ----------------------------------------------------------------------------
282: Procedure post_insert
283: (p_rec in hxc_atc_shd.g_rec_type
284: ) is
285: --
286: l_proc varchar2(72);
287: --

Line 331: (p_rec in out nocopy hxc_atc_shd.g_rec_type

327: -- ----------------------------------------------------------------------------
328: -- |---------------------------------< ins >----------------------------------|
329: -- ----------------------------------------------------------------------------
330: Procedure ins
331: (p_rec in out nocopy hxc_atc_shd.g_rec_type
332: ) is
333: --
334: l_proc varchar2(72);
335: --

Line 386: l_rec hxc_atc_shd.g_rec_type;

382: ,p_alias_type_component_id out nocopy number
383: ,p_object_version_number out nocopy number
384: ) is
385: --
386: l_rec hxc_atc_shd.g_rec_type;
387: l_proc varchar2(72);
388: --
389: Begin
390: g_debug:=hr_utility.debug_enabled;

Line 400: hxc_atc_shd.convert_args

396: -- Call conversion function to turn arguments into the
397: -- p_rec structure.
398: --
399: l_rec :=
400: hxc_atc_shd.convert_args
401: (null
402: ,p_component_name
403: ,p_component_type
404: ,p_mapping_component_id