DBA Data[Home] [Help]

APPS.HXC_HAC_INS dependencies on HXC_HAC_SHD

Line 55: (p_rec in out nocopy hxc_hac_shd.g_rec_type

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

Line 67: hxc_hac_shd.g_api_dml := true; -- Set the api dml status

63: hr_utility.set_location('Entering:'||l_proc, 5);
64: end if;
65: p_rec.object_version_number := 1; -- Initialise the object version
66: --
67: hxc_hac_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Insert the row into: hxc_approval_comps
70: --
71: insert into hxc_approval_comps

Line 116: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status

112: ,sysdate
113: ,fnd_global.login_id
114: );
115: --
116: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
117: --
118: if g_debug then
119: hr_utility.set_location(' Leaving:'||l_proc, 10);
120: end if;

Line 124: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status

120: end if;
121: Exception
122: When hr_api.check_integrity_violated Then
123: -- A check constraint has been violated
124: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
125: hxc_hac_shd.constraint_error
126: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
127: When hr_api.parent_integrity_violated Then
128: -- Parent integrity has been violated

Line 125: hxc_hac_shd.constraint_error

121: Exception
122: When hr_api.check_integrity_violated Then
123: -- A check constraint has been violated
124: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
125: hxc_hac_shd.constraint_error
126: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
127: When hr_api.parent_integrity_violated Then
128: -- Parent integrity has been violated
129: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status

Line 129: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status

125: hxc_hac_shd.constraint_error
126: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
127: When hr_api.parent_integrity_violated Then
128: -- Parent integrity has been violated
129: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
130: hxc_hac_shd.constraint_error
131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
132: When hr_api.unique_integrity_violated Then
133: -- Unique integrity has been violated

Line 130: hxc_hac_shd.constraint_error

126: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
127: When hr_api.parent_integrity_violated Then
128: -- Parent integrity has been violated
129: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
130: hxc_hac_shd.constraint_error
131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
132: When hr_api.unique_integrity_violated Then
133: -- Unique integrity has been violated
134: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status

Line 134: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status

130: hxc_hac_shd.constraint_error
131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
132: When hr_api.unique_integrity_violated Then
133: -- Unique integrity has been violated
134: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
135: hxc_hac_shd.constraint_error
136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
137: When Others Then
138: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status

Line 135: hxc_hac_shd.constraint_error

131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
132: When hr_api.unique_integrity_violated Then
133: -- Unique integrity has been violated
134: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
135: hxc_hac_shd.constraint_error
136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
137: When Others Then
138: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
139: Raise;

Line 138: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status

134: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
135: hxc_hac_shd.constraint_error
136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
137: When Others Then
138: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
139: Raise;
140: End insert_dml;
141: --
142: -- ----------------------------------------------------------------------------

Line 180: (p_rec in out nocopy hxc_hac_shd.g_rec_type

176: --
177: -- {End Of Comments}
178: -- ----------------------------------------------------------------------------
179: Procedure pre_insert
180: (p_rec in out nocopy hxc_hac_shd.g_rec_type
181: ) is
182: --
183: l_proc varchar2(72);
184: --

Line 239: ,p_rec in hxc_hac_shd.g_rec_type

235: -- {End Of Comments}
236: -- ----------------------------------------------------------------------------
237: Procedure post_insert
238: (p_effective_date in date
239: ,p_rec in hxc_hac_shd.g_rec_type
240: ) is
241: --
242: l_proc varchar2(72);
243: --

Line 312: ,p_rec in out nocopy hxc_hac_shd.g_rec_type

308: -- |---------------------------------< ins >----------------------------------|
309: -- ----------------------------------------------------------------------------
310: Procedure ins
311: (p_effective_date in date
312: ,p_rec in out nocopy hxc_hac_shd.g_rec_type
313: ) is
314: --
315: l_proc varchar2(72);
316: --

Line 373: l_rec hxc_hac_shd.g_rec_type;

369: ,p_parent_comp_ovn in number default null
370: ,p_run_recipient_extensions in varchar2 default null
371: ) is
372: --
373: l_rec hxc_hac_shd.g_rec_type;
374: l_proc varchar2(72);
375: --
376: Begin
377: g_debug:=hr_utility.debug_enabled;

Line 387: hxc_hac_shd.convert_args

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