DBA Data[Home] [Help]

APPS.HXC_HRP_INS dependencies on HXC_HRP_SHD

Line 55: (p_rec in out nocopy hxc_hrp_shd.g_rec_type

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

Line 109: hxc_hrp_shd.constraint_error

105: Exception
106: When hr_api.check_integrity_violated Then
107: -- A check constraint has been violated
108: --
109: hxc_hrp_shd.constraint_error
110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When hr_api.parent_integrity_violated Then
112: -- Parent integrity has been violated
113: --

Line 114: hxc_hrp_shd.constraint_error

110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When hr_api.parent_integrity_violated Then
112: -- Parent integrity has been violated
113: --
114: hxc_hrp_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.unique_integrity_violated Then
117: -- Unique integrity has been violated
118: --

Line 119: hxc_hrp_shd.constraint_error

115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.unique_integrity_violated Then
117: -- Unique integrity has been violated
118: --
119: hxc_hrp_shd.constraint_error
120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When Others Then
122: --
123: Raise;

Line 164: (p_rec in out nocopy hxc_hrp_shd.g_rec_type

160: --
161: -- {End Of Comments}
162: -- ----------------------------------------------------------------------------
163: Procedure pre_insert
164: (p_rec in out nocopy hxc_hrp_shd.g_rec_type
165: ) is
166: --
167: l_proc varchar2(72);
168: --

Line 223: ,p_rec in hxc_hrp_shd.g_rec_type

219: -- {End Of Comments}
220: -- ----------------------------------------------------------------------------
221: Procedure post_insert
222: (p_effective_date in date
223: ,p_rec in hxc_hrp_shd.g_rec_type
224: ) is
225: --
226: l_proc varchar2(72);
227: --

Line 273: ,p_rec in out nocopy hxc_hrp_shd.g_rec_type

269: -- |---------------------------------< ins >----------------------------------|
270: -- ----------------------------------------------------------------------------
271: Procedure ins
272: (p_effective_date in date
273: ,p_rec in out nocopy hxc_hrp_shd.g_rec_type
274: ) is
275: --
276: l_proc varchar2(72);
277: --

Line 326: l_rec hxc_hrp_shd.g_rec_type;

322: ,p_recurring_period_id out nocopy number
323: ,p_object_version_number out nocopy number
324: ) is
325: --
326: l_rec hxc_hrp_shd.g_rec_type;
327: l_proc varchar2(72);
328: --
329: Begin
330: g_debug:=hr_utility.debug_enabled;

Line 340: hxc_hrp_shd.convert_args

336: -- Call conversion function to turn arguments into the
337: -- p_rec structure.
338: --
339: l_rec :=
340: hxc_hrp_shd.convert_args
341: (null
342: ,p_name
343: ,p_start_date
344: ,p_end_date