DBA Data[Home] [Help]

APPS.HXC_HSD_INS dependencies on HXC_HSD_SHD

Line 86: (p_rec in out nocopy hxc_hsd_shd.g_rec_type

82: --
83: -- {End Of Comments}
84: -- ----------------------------------------------------------------------------
85: Procedure insert_dml
86: (p_rec in out nocopy hxc_hsd_shd.g_rec_type
87: ) is
88: --
89: l_proc varchar2(72);
90: --

Line 124: hxc_hsd_shd.constraint_error

120: Exception
121: When hr_api.check_integrity_violated Then
122: -- A check constraint has been violated
123: --
124: hxc_hsd_shd.constraint_error
125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.parent_integrity_violated Then
127: -- Parent integrity has been violated
128: --

Line 129: hxc_hsd_shd.constraint_error

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

Line 134: hxc_hsd_shd.constraint_error

130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
131: When hr_api.unique_integrity_violated Then
132: -- Unique integrity has been violated
133: --
134: hxc_hsd_shd.constraint_error
135: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
136: When Others Then
137: --
138: Raise;

Line 179: (p_rec in out nocopy hxc_hsd_shd.g_rec_type

175: --
176: -- {End Of Comments}
177: -- ----------------------------------------------------------------------------
178: Procedure pre_insert
179: (p_rec in out nocopy hxc_hsd_shd.g_rec_type
180: ) is
181: --
182: --
183: Cursor C_Sel2 is

Line 277: (p_rec in hxc_hsd_shd.g_rec_type

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

Line 319: (p_rec in out nocopy hxc_hsd_shd.g_rec_type

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

Line 372: l_rec hxc_hsd_shd.g_rec_type;

368: ,p_object_id in number
369: ,p_object_type in varchar2
370: ) is
371: --
372: l_rec hxc_hsd_shd.g_rec_type;
373: l_proc varchar2(72);
374: --
375: Begin
376: g_debug:=hr_utility.debug_enabled;

Line 386: hxc_hsd_shd.convert_args

382: -- Call conversion function to turn arguments into the
383: -- p_rec structure.
384: --
385: l_rec :=
386: hxc_hsd_shd.convert_args
387: (p_object_id
388: ,p_object_type
389: ,p_hxc_required
390: ,p_owner_application_id