DBA Data[Home] [Help]

APPS.HXC_ULQ_INS dependencies on HXC_ULQ_SHD

Line 55: (p_rec in out nocopy hxc_ulq_shd.g_rec_type

51: --
52: -- {End Of Comments}
53: -- ----------------------------------------------------------------------------
54: Procedure insert_dml
55: (p_rec in out nocopy hxc_ulq_shd.g_rec_type
56: ) is
57: --
58: l_proc varchar2(72) ;
59: --

Line 166: hxc_ulq_shd.constraint_error

162: Exception
163: When hr_api.check_integrity_violated Then
164: -- A check constraint has been violated
165: --
166: hxc_ulq_shd.constraint_error
167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
168: When hr_api.parent_integrity_violated Then
169: -- Parent integrity has been violated
170: --

Line 171: hxc_ulq_shd.constraint_error

167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
168: When hr_api.parent_integrity_violated Then
169: -- Parent integrity has been violated
170: --
171: hxc_ulq_shd.constraint_error
172: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
173: When hr_api.unique_integrity_violated Then
174: -- Unique integrity has been violated
175: --

Line 176: hxc_ulq_shd.constraint_error

172: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
173: When hr_api.unique_integrity_violated Then
174: -- Unique integrity has been violated
175: --
176: hxc_ulq_shd.constraint_error
177: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
178: When Others Then
179: --
180: Raise;

Line 221: (p_rec in out nocopy hxc_ulq_shd.g_rec_type

217: --
218: -- {End Of Comments}
219: -- ----------------------------------------------------------------------------
220: Procedure pre_insert
221: (p_rec in out nocopy hxc_ulq_shd.g_rec_type
222: ) is
223: --
224: l_proc varchar2(72) ;
225: --

Line 280: (p_rec in hxc_ulq_shd.g_rec_type

276: --
277: -- {End Of Comments}
278: -- ----------------------------------------------------------------------------
279: Procedure post_insert
280: (p_rec in hxc_ulq_shd.g_rec_type
281: ) is
282: --
283: l_proc varchar2(72) ;
284: --

Line 385: (p_rec in out nocopy hxc_ulq_shd.g_rec_type

381: -- ----------------------------------------------------------------------------
382: -- |---------------------------------< ins >----------------------------------|
383: -- ----------------------------------------------------------------------------
384: Procedure ins
385: (p_rec in out nocopy hxc_ulq_shd.g_rec_type
386: ) is
387: --
388: l_proc varchar2(72) ;
389: --

Line 463: l_rec hxc_ulq_shd.g_rec_type;

459: ,p_layout_comp_qualifier_id out nocopy number
460: ,p_object_version_number out nocopy number
461: ) is
462: --
463: l_rec hxc_ulq_shd.g_rec_type;
464: l_proc varchar2(72) ;
465: --
466: Begin
467: g_debug :=hr_utility.debug_enabled;

Line 477: hxc_ulq_shd.convert_args

473: -- Call conversion function to turn arguments into the
474: -- p_rec structure.
475: --
476: l_rec :=
477: hxc_ulq_shd.convert_args
478: (null
479: ,p_layout_component_id
480: ,p_qualifier_name
481: ,p_qualifier_attribute_category