DBA Data[Home] [Help]

APPS.HXC_HRR_INS dependencies on HXC_HRR_SHD

Line 55: (p_rec in out nocopy hxc_hrr_shd.g_rec_type

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

Line 119: hxc_hrr_shd.constraint_error

115: Exception
116: When hr_api.check_integrity_violated Then
117: -- A check constraint has been violated
118: --
119: hxc_hrr_shd.constraint_error
120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When hr_api.parent_integrity_violated Then
122: -- Parent integrity has been violated
123: --

Line 124: hxc_hrr_shd.constraint_error

120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When hr_api.parent_integrity_violated Then
122: -- Parent integrity has been violated
123: --
124: hxc_hrr_shd.constraint_error
125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.unique_integrity_violated Then
127: -- Unique integrity has been violated
128: --

Line 129: hxc_hrr_shd.constraint_error

125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.unique_integrity_violated Then
127: -- Unique integrity has been violated
128: --
129: hxc_hrr_shd.constraint_error
130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
131: When Others Then
132: --
133: Raise;

Line 174: (p_rec in out nocopy hxc_hrr_shd.g_rec_type

170: --
171: -- {End Of Comments}
172: -- ----------------------------------------------------------------------------
173: Procedure pre_insert
174: (p_rec in out nocopy hxc_hrr_shd.g_rec_type
175: ) is
176: --
177: l_proc varchar2(72);
178: --

Line 233: ,p_rec in hxc_hrr_shd.g_rec_type

229: -- {End Of Comments}
230: -- ----------------------------------------------------------------------------
231: Procedure post_insert
232: (p_effective_date in date
233: ,p_rec in hxc_hrr_shd.g_rec_type
234: ) is
235: --
236: l_proc varchar2(72);
237: --

Line 291: ,p_rec in out nocopy hxc_hrr_shd.g_rec_type

287: -- |---------------------------------< ins >----------------------------------|
288: -- ----------------------------------------------------------------------------
289: Procedure ins
290: (p_effective_date in date
291: ,p_rec in out nocopy hxc_hrr_shd.g_rec_type
292: ) is
293: --
294: l_proc varchar2(72);
295: --

Line 349: l_rec hxc_hrr_shd.g_rec_type;

345: ,p_resource_rule_id out nocopy number
346: ,p_object_version_number out nocopy number
347: ) is
348: --
349: l_rec hxc_hrr_shd.g_rec_type;
350: l_proc varchar2(72);
351: --
352: Begin
353: g_debug:=hr_utility.debug_enabled;

Line 363: hxc_hrr_shd.convert_args

359: -- Call conversion function to turn arguments into the
360: -- p_rec structure.
361: --
362: l_rec :=
363: hxc_hrr_shd.convert_args
364: (null
365: ,p_name
366: ,p_business_group_id
367: ,p_legislation_code