DBA Data[Home] [Help]

APPS.IRC_LCV_INS dependencies on IRC_LCV_SHD

Line 76: (p_rec in out nocopy irc_lcv_shd.g_rec_type

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

Line 109: irc_lcv_shd.constraint_error

105: Exception
106: When hr_api.check_integrity_violated Then
107: -- A check constraint has been violated
108: --
109: irc_lcv_shd.constraint_error
110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When hr_api.parent_integrity_violated Then
112: -- Parent integrity has been violated
113: --

Line 114: irc_lcv_shd.constraint_error

110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When hr_api.parent_integrity_violated Then
112: -- Parent integrity has been violated
113: --
114: irc_lcv_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.unique_integrity_violated Then
117: -- Unique integrity has been violated
118: --

Line 119: irc_lcv_shd.constraint_error

115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.unique_integrity_violated Then
117: -- Unique integrity has been violated
118: --
119: irc_lcv_shd.constraint_error
120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When Others Then
122: --
123: Raise;

Line 164: (p_rec in out nocopy irc_lcv_shd.g_rec_type

160: --
161: -- {End Of Comments}
162: -- ----------------------------------------------------------------------------
163: Procedure pre_insert
164: (p_rec in out nocopy irc_lcv_shd.g_rec_type
165: ) is
166: --
167: Cursor C_Sel1 is select irc_location_criteria_values_s.nextval from sys.dual;
168: --

Line 251: (p_rec in irc_lcv_shd.g_rec_type

247: --
248: -- {End Of Comments}
249: -- ----------------------------------------------------------------------------
250: Procedure post_insert
251: (p_rec in irc_lcv_shd.g_rec_type
252: ) is
253: --
254: l_proc varchar2(72) := g_package||'post_insert';
255: --

Line 288: (p_rec in out nocopy irc_lcv_shd.g_rec_type

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

Line 335: l_rec irc_lcv_shd.g_rec_type;

331: ,p_location_criteria_value_id out nocopy number
332: ,p_object_version_number out nocopy number
333: ) is
334: --
335: l_rec irc_lcv_shd.g_rec_type;
336: l_proc varchar2(72) := g_package||'ins';
337: --
338: Begin
339: hr_utility.set_location('Entering:'||l_proc, 5);

Line 345: irc_lcv_shd.convert_args

341: -- Call conversion function to turn arguments into the
342: -- p_rec structure.
343: --
344: l_rec :=
345: irc_lcv_shd.convert_args
346: (null
347: ,p_search_criteria_id
348: ,p_derived_locale
349: ,null