DBA Data[Home] [Help]

APPS.IRC_RSE_INS dependencies on IRC_RSE_SHD

Line 76: (p_rec in out nocopy irc_rse_shd.g_rec_type

72: --
73: -- {End Of Comments}
74: -- ----------------------------------------------------------------------------
75: Procedure insert_dml
76: (p_rec in out nocopy irc_rse_shd.g_rec_type
77: ) is
78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --

Line 85: irc_rse_shd.g_api_dml := true; -- Set the api dml status

81: Begin
82: hr_utility.set_location('Entering:'||l_proc, 5);
83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: irc_rse_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: irc_all_recruiting_sites
88: --
89: insert into irc_all_recruiting_sites

Line 185: irc_rse_shd.g_api_dml := false; -- Unset the api dml status

181: ,p_rec.internal_name
182: );
183: --
184: --
185: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: Exception
188: When hr_api.check_integrity_violated Then
189: -- A check constraint has been violated

Line 190: irc_rse_shd.g_api_dml := false; -- Unset the api dml status

186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: Exception
188: When hr_api.check_integrity_violated Then
189: -- A check constraint has been violated
190: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
191: --
192: irc_rse_shd.constraint_error
193: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
194: When hr_api.parent_integrity_violated Then

Line 192: irc_rse_shd.constraint_error

188: When hr_api.check_integrity_violated Then
189: -- A check constraint has been violated
190: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
191: --
192: irc_rse_shd.constraint_error
193: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
194: When hr_api.parent_integrity_violated Then
195: -- Parent integrity has been violated
196: irc_rse_shd.g_api_dml := false; -- Unset the api dml status

Line 196: irc_rse_shd.g_api_dml := false; -- Unset the api dml status

192: irc_rse_shd.constraint_error
193: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
194: When hr_api.parent_integrity_violated Then
195: -- Parent integrity has been violated
196: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
197: --
198: irc_rse_shd.constraint_error
199: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
200: When hr_api.unique_integrity_violated Then

Line 198: irc_rse_shd.constraint_error

194: When hr_api.parent_integrity_violated Then
195: -- Parent integrity has been violated
196: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
197: --
198: irc_rse_shd.constraint_error
199: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
200: When hr_api.unique_integrity_violated Then
201: -- Unique integrity has been violated
202: irc_rse_shd.g_api_dml := false; -- Unset the api dml status

Line 202: irc_rse_shd.g_api_dml := false; -- Unset the api dml status

198: irc_rse_shd.constraint_error
199: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
200: When hr_api.unique_integrity_violated Then
201: -- Unique integrity has been violated
202: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
203: --
204: irc_rse_shd.constraint_error
205: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
206: When Others Then

Line 204: irc_rse_shd.constraint_error

200: When hr_api.unique_integrity_violated Then
201: -- Unique integrity has been violated
202: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
203: --
204: irc_rse_shd.constraint_error
205: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
206: When Others Then
207: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
208: --

Line 207: irc_rse_shd.g_api_dml := false; -- Unset the api dml status

203: --
204: irc_rse_shd.constraint_error
205: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
206: When Others Then
207: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
208: --
209: Raise;
210: End insert_dml;
211: --

Line 250: (p_rec in out nocopy irc_rse_shd.g_rec_type

246: --
247: -- {End Of Comments}
248: -- ----------------------------------------------------------------------------
249: Procedure pre_insert
250: (p_rec in out nocopy irc_rse_shd.g_rec_type
251: ) is
252: --
253: Cursor C_Sel1 is select irc_all_recruiting_sites_s.nextval from sys.dual;
254: --

Line 338: ,p_rec in irc_rse_shd.g_rec_type

334: -- {End Of Comments}
335: -- ----------------------------------------------------------------------------
336: Procedure post_insert
337: (p_effective_date in date
338: ,p_rec in irc_rse_shd.g_rec_type
339: ) is
340: --
341: l_proc varchar2(72) := g_package||'post_insert';
342: --

Line 459: ,p_rec in out nocopy irc_rse_shd.g_rec_type

455: -- |---------------------------------< ins >----------------------------------|
456: -- ----------------------------------------------------------------------------
457: Procedure ins
458: (p_effective_date in date
459: ,p_rec in out nocopy irc_rse_shd.g_rec_type
460: ) is
461: --
462: l_proc varchar2(72) := g_package||'ins';
463: --

Line 550: l_rec irc_rse_shd.g_rec_type;

546: ,p_recruiting_site_id out nocopy number
547: ,p_object_version_number out nocopy number
548: ) is
549: --
550: l_rec irc_rse_shd.g_rec_type;
551: l_proc varchar2(72) := g_package||'ins';
552: --
553: Begin
554: hr_utility.set_location('Entering:'||l_proc, 5);

Line 560: irc_rse_shd.convert_args

556: -- Call conversion function to turn arguments into the
557: -- p_rec structure.
558: --
559: l_rec :=
560: irc_rse_shd.convert_args
561: (null
562: ,p_date_from
563: ,p_date_to
564: ,p_posting_username