DBA Data[Home] [Help]

APPS.HXC_ERR_INS dependencies on HXC_ERR_SHD

Line 83: (p_rec in out nocopy hxc_err_shd.g_rec_type

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

Line 141: hxc_err_shd.constraint_error

137: Exception
138: When hr_api.check_integrity_violated Then
139: -- A check constraint has been violated
140: --
141: hxc_err_shd.constraint_error
142: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
143: When hr_api.parent_integrity_violated Then
144: -- Parent integrity has been violated
145: --

Line 146: hxc_err_shd.constraint_error

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

Line 151: hxc_err_shd.constraint_error

147: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
148: When hr_api.unique_integrity_violated Then
149: -- Unique integrity has been violated
150: --
151: hxc_err_shd.constraint_error
152: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
153: When Others Then
154: --
155: Raise;

Line 196: (p_rec in out nocopy hxc_err_shd.g_rec_type

192: --
193: -- {End Of Comments}
194: -- ----------------------------------------------------------------------------
195: Procedure pre_insert
196: (p_rec in out nocopy hxc_err_shd.g_rec_type
197: ) is
198: --
199: Cursor C_Sel1 is select hxc_errors_s.nextval from sys.dual;
200: --

Line 288: (p_rec in hxc_err_shd.g_rec_type

284: --
285: -- {End Of Comments}
286: -- ----------------------------------------------------------------------------
287: Procedure post_insert
288: (p_rec in hxc_err_shd.g_rec_type
289: ) is
290: --
291: l_proc varchar2(72);
292: --

Line 349: (p_rec in out nocopy hxc_err_shd.g_rec_type

345: -- ----------------------------------------------------------------------------
346: -- |---------------------------------< ins >----------------------------------|
347: -- ----------------------------------------------------------------------------
348: Procedure ins
349: (p_rec in out nocopy hxc_err_shd.g_rec_type
350: ) is
351: --
352: l_proc varchar2(72);
353: --

Line 413: l_rec hxc_err_shd.g_rec_type;

409: ,p_date_to in date default hr_general.end_of_time
410: )
411: is
412: --
413: l_rec hxc_err_shd.g_rec_type;
414: l_proc varchar2(72);
415: --
416: Begin
417: g_debug:=hr_utility.debug_enabled;

Line 427: hxc_err_shd.convert_args

423: -- Call conversion function to turn arguments into the
424: -- p_rec structure.
425: --
426: l_rec :=
427: hxc_err_shd.convert_args
428: (null
429: ,p_transaction_detail_id
430: ,p_time_building_block_id
431: ,p_time_building_block_ovn