DBA Data[Home] [Help]

APPS.HXC_HAT_INS dependencies on HXC_HAT_SHD

Line 83: (p_rec in out nocopy hxc_hat_shd.g_rec_type

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

Line 131: hxc_hat_shd.constraint_error

127: Exception
128: When hr_api.check_integrity_violated Then
129: -- A check constraint has been violated
130: --
131: hxc_hat_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When hr_api.parent_integrity_violated Then
134: -- Parent integrity has been violated
135: --

Line 136: hxc_hat_shd.constraint_error

132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When hr_api.parent_integrity_violated Then
134: -- Parent integrity has been violated
135: --
136: hxc_hat_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When hr_api.unique_integrity_violated Then
139: -- Unique integrity has been violated
140: --

Line 141: hxc_hat_shd.constraint_error

137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When hr_api.unique_integrity_violated Then
139: -- Unique integrity has been violated
140: --
141: hxc_hat_shd.constraint_error
142: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
143: When Others Then
144: --
145: Raise;

Line 186: (p_rec in out nocopy hxc_hat_shd.g_rec_type

182: --
183: -- {End Of Comments}
184: -- ----------------------------------------------------------------------------
185: Procedure pre_insert
186: (p_rec in out nocopy hxc_hat_shd.g_rec_type
187: ) is
188: --
189: Cursor C_Sel1 is select hxc_alias_types_s.nextval from sys.dual;
190: --

Line 278: (p_rec in hxc_hat_shd.g_rec_type

274: --
275: -- {End Of Comments}
276: -- ----------------------------------------------------------------------------
277: Procedure post_insert
278: (p_rec in hxc_hat_shd.g_rec_type
279: ) is
280: --
281: l_proc varchar2(72);
282: --

Line 320: (p_rec in out nocopy hxc_hat_shd.g_rec_type

316: -- ----------------------------------------------------------------------------
317: -- |---------------------------------< ins >----------------------------------|
318: -- ----------------------------------------------------------------------------
319: Procedure ins
320: (p_rec in out nocopy hxc_hat_shd.g_rec_type
321: ) is
322: --
323: l_proc varchar2(72);
324: --

Line 373: l_rec hxc_hat_shd.g_rec_type;

369: ,p_alias_type_id out nocopy number
370: ,p_object_version_number out nocopy number
371: ) is
372: --
373: l_rec hxc_hat_shd.g_rec_type;
374: l_proc varchar2(72);
375: --
376: Begin
377: g_debug:=hr_utility.debug_enabled;

Line 387: hxc_hat_shd.convert_args

383: -- Call conversion function to turn arguments into the
384: -- p_rec structure.
385: --
386: l_rec :=
387: hxc_hat_shd.convert_args
388: (null
389: ,p_alias_type
390: ,p_reference_object
391: ,null