DBA Data[Home] [Help]

APPS.HXC_HPH_INS dependencies on HXC_HPH_SHD

Line 55: (p_rec in out nocopy hxc_hph_shd.g_rec_type

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

Line 185: hxc_hph_shd.constraint_error

181: Exception
182: When hr_api.check_integrity_violated Then
183: -- A check constraint has been violated
184: --
185: hxc_hph_shd.constraint_error
186: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
187: When hr_api.parent_integrity_violated Then
188: -- Parent integrity has been violated
189: --

Line 190: hxc_hph_shd.constraint_error

186: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
187: When hr_api.parent_integrity_violated Then
188: -- Parent integrity has been violated
189: --
190: hxc_hph_shd.constraint_error
191: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
192: When hr_api.unique_integrity_violated Then
193: -- Unique integrity has been violated
194: --

Line 195: hxc_hph_shd.constraint_error

191: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
192: When hr_api.unique_integrity_violated Then
193: -- Unique integrity has been violated
194: --
195: hxc_hph_shd.constraint_error
196: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
197: When Others Then
198: --
199: Raise;

Line 240: (p_rec in out nocopy hxc_hph_shd.g_rec_type

236: --
237: -- {End Of Comments}
238: -- ----------------------------------------------------------------------------
239: Procedure pre_insert
240: (p_rec in out nocopy hxc_hph_shd.g_rec_type
241: ) is
242: --
243: l_proc varchar2(72);
244: --

Line 333: ,p_rec in hxc_hph_shd.g_rec_type

329: -- {End Of Comments}
330: -- ----------------------------------------------------------------------------
331: Procedure post_insert
332: (p_effective_date in date
333: ,p_rec in hxc_hph_shd.g_rec_type
334: ) is
335: --
336: l_proc varchar2(72);
337: --

Line 457: ,p_rec in out nocopy hxc_hph_shd.g_rec_type

453: -- |---------------------------------< ins >----------------------------------|
454: -- ----------------------------------------------------------------------------
455: Procedure ins
456: (p_effective_date in date
457: ,p_rec in out nocopy hxc_hph_shd.g_rec_type
458: ) is
459: --
460: l_proc varchar2(72);
461: --

Line 548: l_rec hxc_hph_shd.g_rec_type;

544: ,p_top_level_parent_id in number default null--Performance Fix
545: ,p_code in varchar2 default null
546: ) is
547: --
548: l_rec hxc_hph_shd.g_rec_type;
549: l_proc varchar2(72);
550: --
551: Begin
552: g_debug:=hr_utility.debug_enabled;

Line 562: hxc_hph_shd.convert_args

558: -- Call conversion function to turn arguments into the
559: -- p_rec structure.
560: --
561: l_rec :=
562: hxc_hph_shd.convert_args
563: (null
564: ,p_type
565: ,p_name
566: ,p_business_group_id