DBA Data[Home] [Help]

APPS.HXC_HRT_INS dependencies on HXC_HRT_SHD

Line 55: (p_rec in out nocopy hxc_hrt_shd.g_rec_type

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

Line 105: hxc_hrt_shd.constraint_error

101: Exception
102: When hr_api.check_integrity_violated Then
103: -- A check constraint has been violated
104: --
105: hxc_hrt_shd.constraint_error
106: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
107: When hr_api.parent_integrity_violated Then
108: -- Parent integrity has been violated
109: --

Line 110: hxc_hrt_shd.constraint_error

106: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
107: When hr_api.parent_integrity_violated Then
108: -- Parent integrity has been violated
109: --
110: hxc_hrt_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.unique_integrity_violated Then
113: -- Unique integrity has been violated
114: --

Line 115: hxc_hrt_shd.constraint_error

111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.unique_integrity_violated Then
113: -- Unique integrity has been violated
114: --
115: hxc_hrt_shd.constraint_error
116: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
117: When Others Then
118: --
119: Raise;

Line 160: (p_rec in out nocopy hxc_hrt_shd.g_rec_type

156: --
157: -- {End Of Comments}
158: -- ----------------------------------------------------------------------------
159: Procedure pre_insert
160: (p_rec in out nocopy hxc_hrt_shd.g_rec_type
161: ) is
162: --
163: l_proc varchar2(72);
164: --

Line 219: ,p_rec in hxc_hrt_shd.g_rec_type

215: -- {End Of Comments}
216: -- ----------------------------------------------------------------------------
217: Procedure post_insert
218: (p_effective_date in date
219: ,p_rec in hxc_hrt_shd.g_rec_type
220: ) is
221: --
222: l_proc varchar2(72);
223: --

Line 265: ,p_rec in out nocopy hxc_hrt_shd.g_rec_type

261: -- |---------------------------------< ins >----------------------------------|
262: -- ----------------------------------------------------------------------------
263: Procedure ins
264: (p_effective_date in date
265: ,p_rec in out nocopy hxc_hrt_shd.g_rec_type
266: ) is
267: --
268: l_proc varchar2(72);
269: --

Line 316: l_rec hxc_hrt_shd.g_rec_type;

312: ,p_retrieval_process_id out nocopy number
313: ,p_object_version_number out nocopy number
314: ) is
315: --
316: l_rec hxc_hrt_shd.g_rec_type;
317: l_proc varchar2(72);
318: --
319: Begin
320: g_debug:=hr_utility.debug_enabled;

Line 330: hxc_hrt_shd.convert_args

326: -- Call conversion function to turn arguments into the
327: -- p_rec structure.
328: --
329: l_rec :=
330: hxc_hrt_shd.convert_args
331: (null
332: ,p_time_recipient_id
333: ,p_name
334: ,p_mapping_id