DBA Data[Home] [Help]

APPS.HXC_HAD_INS dependencies on HXC_HAD_SHD

Line 55: (p_rec in out nocopy hxc_had_shd.g_rec_type

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

Line 113: hxc_had_shd.constraint_error

109: Exception
110: When hr_api.check_integrity_violated Then
111: -- A check constraint has been violated
112: --
113: hxc_had_shd.constraint_error
114: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
115: When hr_api.parent_integrity_violated Then
116: -- Parent integrity has been violated
117: --

Line 118: hxc_had_shd.constraint_error

114: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
115: When hr_api.parent_integrity_violated Then
116: -- Parent integrity has been violated
117: --
118: hxc_had_shd.constraint_error
119: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
120: When hr_api.unique_integrity_violated Then
121: -- Unique integrity has been violated
122: --

Line 123: hxc_had_shd.constraint_error

119: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
120: When hr_api.unique_integrity_violated Then
121: -- Unique integrity has been violated
122: --
123: hxc_had_shd.constraint_error
124: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
125: When Others Then
126: --
127: Raise;

Line 168: (p_rec in out nocopy hxc_had_shd.g_rec_type

164: --
165: -- {End Of Comments}
166: -- ----------------------------------------------------------------------------
167: Procedure pre_insert
168: (p_rec in out nocopy hxc_had_shd.g_rec_type
169: ) is
170: --
171: l_proc varchar2(72);
172: --

Line 226: (p_rec in hxc_had_shd.g_rec_type

222: --
223: -- {End Of Comments}
224: -- ----------------------------------------------------------------------------
225: Procedure post_insert
226: (p_rec in hxc_had_shd.g_rec_type
227: ) is
228: --
229: l_proc varchar2(72);
230: --

Line 276: (p_rec in out nocopy hxc_had_shd.g_rec_type

272: -- ----------------------------------------------------------------------------
273: -- |---------------------------------< ins >----------------------------------|
274: -- ----------------------------------------------------------------------------
275: Procedure ins
276: (p_rec in out nocopy hxc_had_shd.g_rec_type
277: ) is
278: --
279: l_proc varchar2(72);
280: --

Line 329: l_rec hxc_had_shd.g_rec_type;

325: ,p_object_version_number out nocopy number
326: ,p_alias_type_id in number
327: ) is
328: --
329: l_rec hxc_had_shd.g_rec_type;
330: l_proc varchar2(72);
331: --
332: Begin
333: g_debug:=hr_utility.debug_enabled;

Line 343: hxc_had_shd.convert_args

339: -- Call conversion function to turn arguments into the
340: -- p_rec structure.
341: --
342: l_rec :=
343: hxc_had_shd.convert_args
344: (null
345: ,p_description
346: ,p_alias_definition_name
347: ,p_alias_context_code