DBA Data[Home] [Help]

APPS.IRC_ITA_INS dependencies on IRC_ITA_SHD

Line 76: (p_rec in out nocopy irc_ita_shd.g_rec_type

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

Line 119: irc_ita_shd.constraint_error

115: Exception
116: When hr_api.check_integrity_violated Then
117: -- A check constraint has been violated
118: --
119: irc_ita_shd.constraint_error
120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When hr_api.parent_integrity_violated Then
122: -- Parent integrity has been violated
123: --

Line 124: irc_ita_shd.constraint_error

120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When hr_api.parent_integrity_violated Then
122: -- Parent integrity has been violated
123: --
124: irc_ita_shd.constraint_error
125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.unique_integrity_violated Then
127: -- Unique integrity has been violated
128: --

Line 129: irc_ita_shd.constraint_error

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

Line 174: (p_rec in out nocopy irc_ita_shd.g_rec_type

170: --
171: -- {End Of Comments}
172: -- ----------------------------------------------------------------------------
173: Procedure pre_insert
174: (p_rec in out nocopy irc_ita_shd.g_rec_type
175: ) is
176: --
177: Cursor C_Sel1 is select irc_template_associations_s.nextval from sys.dual;
178: --

Line 262: ,p_rec in irc_ita_shd.g_rec_type

258: -- {End Of Comments}
259: -- ----------------------------------------------------------------------------
260: Procedure post_insert
261: (p_effective_date in date
262: ,p_rec in irc_ita_shd.g_rec_type
263: ) is
264: --
265: l_proc varchar2(72) := g_package||'post_insert';
266: --

Line 311: ,p_rec in out nocopy irc_ita_shd.g_rec_type

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

Line 366: l_rec irc_ita_shd.g_rec_type;

362: ,p_template_association_id out nocopy number
363: ,p_object_version_number out nocopy number
364: ) is
365: --
366: l_rec irc_ita_shd.g_rec_type;
367: l_proc varchar2(72) := g_package||'ins';
368: --
369: Begin
370: hr_utility.set_location('Entering:'||l_proc, 5);

Line 376: irc_ita_shd.convert_args

372: -- Call conversion function to turn arguments into the
373: -- p_rec structure.
374: --
375: l_rec :=
376: irc_ita_shd.convert_args
377: (null
378: ,p_template_id
379: ,p_default_association
380: ,p_job_id