DBA Data[Home] [Help]

APPS.IRC_LCV_UPD dependencies on IRC_LCV_SHD

Line 55: (p_rec in out nocopy irc_lcv_shd.g_rec_type

51: --
52: -- {End Of Comments}
53: -- ----------------------------------------------------------------------------
54: Procedure update_dml
55: (p_rec in out nocopy irc_lcv_shd.g_rec_type
56: ) is
57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --

Line 86: irc_lcv_shd.constraint_error

82: Exception
83: When hr_api.check_integrity_violated Then
84: -- A check constraint has been violated
85: --
86: irc_lcv_shd.constraint_error
87: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
88: When hr_api.parent_integrity_violated Then
89: -- Parent integrity has been violated
90: --

Line 91: irc_lcv_shd.constraint_error

87: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
88: When hr_api.parent_integrity_violated Then
89: -- Parent integrity has been violated
90: --
91: irc_lcv_shd.constraint_error
92: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
93: When hr_api.unique_integrity_violated Then
94: -- Unique integrity has been violated
95: --

Line 96: irc_lcv_shd.constraint_error

92: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
93: When hr_api.unique_integrity_violated Then
94: -- Unique integrity has been violated
95: --
96: irc_lcv_shd.constraint_error
97: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
98: When Others Then
99: --
100: Raise;

Line 136: (p_rec in irc_lcv_shd.g_rec_type

132: --
133: -- {End Of Comments}
134: -- ----------------------------------------------------------------------------
135: Procedure pre_update
136: (p_rec in irc_lcv_shd.g_rec_type
137: ) is
138: --
139: l_proc varchar2(72) := g_package||'pre_update';
140: --

Line 180: (p_rec in irc_lcv_shd.g_rec_type

176: --
177: -- {End Of Comments}
178: -- ----------------------------------------------------------------------------
179: Procedure post_update
180: (p_rec in irc_lcv_shd.g_rec_type
181: ) is
182: --
183: l_proc varchar2(72) := g_package||'post_update';
184: --

Line 199: => irc_lcv_shd.g_old_rec.search_criteria_id

195: => p_rec.derived_locale
196: ,p_object_version_number
197: => p_rec.object_version_number
198: ,p_search_criteria_id_o
199: => irc_lcv_shd.g_old_rec.search_criteria_id
200: ,p_derived_locale_o
201: => irc_lcv_shd.g_old_rec.derived_locale
202: ,p_object_version_number_o
203: => irc_lcv_shd.g_old_rec.object_version_number

Line 201: => irc_lcv_shd.g_old_rec.derived_locale

197: => p_rec.object_version_number
198: ,p_search_criteria_id_o
199: => irc_lcv_shd.g_old_rec.search_criteria_id
200: ,p_derived_locale_o
201: => irc_lcv_shd.g_old_rec.derived_locale
202: ,p_object_version_number_o
203: => irc_lcv_shd.g_old_rec.object_version_number
204: );
205: --

Line 203: => irc_lcv_shd.g_old_rec.object_version_number

199: => irc_lcv_shd.g_old_rec.search_criteria_id
200: ,p_derived_locale_o
201: => irc_lcv_shd.g_old_rec.derived_locale
202: ,p_object_version_number_o
203: => irc_lcv_shd.g_old_rec.object_version_number
204: );
205: --
206: exception
207: --

Line 263: (p_rec in out nocopy irc_lcv_shd.g_rec_type

259: --
260: -- {End Of Comments}
261: -- ----------------------------------------------------------------------------
262: Procedure convert_defs
263: (p_rec in out nocopy irc_lcv_shd.g_rec_type
264: ) is
265: --
266: Begin
267: --

Line 275: irc_lcv_shd.g_old_rec.search_criteria_id;

271: -- is being used then we must set to the 'current' argument value.
272: --
273: If (p_rec.search_criteria_id = hr_api.g_number) then
274: p_rec.search_criteria_id :=
275: irc_lcv_shd.g_old_rec.search_criteria_id;
276: End If;
277: If (p_rec.derived_locale = hr_api.g_varchar2) then
278: p_rec.derived_locale :=
279: irc_lcv_shd.g_old_rec.derived_locale;

Line 279: irc_lcv_shd.g_old_rec.derived_locale;

275: irc_lcv_shd.g_old_rec.search_criteria_id;
276: End If;
277: If (p_rec.derived_locale = hr_api.g_varchar2) then
278: p_rec.derived_locale :=
279: irc_lcv_shd.g_old_rec.derived_locale;
280: End If;
281: --
282: End convert_defs;
283: --

Line 288: (p_rec in out nocopy irc_lcv_shd.g_rec_type

284: -- ----------------------------------------------------------------------------
285: -- |---------------------------------< upd >----------------------------------|
286: -- ----------------------------------------------------------------------------
287: Procedure upd
288: (p_rec in out nocopy irc_lcv_shd.g_rec_type
289: ) is
290: --
291: l_proc varchar2(72) := g_package||'upd';
292: --

Line 298: irc_lcv_shd.lck

294: hr_utility.set_location('Entering:'||l_proc, 5);
295: --
296: -- We must lock the row which we need to update.
297: --
298: irc_lcv_shd.lck
299: (p_rec.location_criteria_value_id
300: ,p_rec.object_version_number
301: );
302: --

Line 345: l_rec irc_lcv_shd.g_rec_type;

341: ,p_search_criteria_id in number default hr_api.g_number
342: ,p_derived_locale in varchar2 default hr_api.g_varchar2
343: ) is
344: --
345: l_rec irc_lcv_shd.g_rec_type;
346: l_proc varchar2(72) := g_package||'upd';
347: --
348: Begin
349: hr_utility.set_location('Entering:'||l_proc, 5);

Line 355: irc_lcv_shd.convert_args

351: -- Call conversion function to turn arguments into the
352: -- l_rec structure.
353: --
354: l_rec :=
355: irc_lcv_shd.convert_args
356: (p_location_criteria_value_id
357: ,p_search_criteria_id
358: ,p_derived_locale
359: ,p_object_version_number