DBA Data[Home] [Help]

APPS.IRC_IPT_INS dependencies on IRC_IPT_SHD

Line 54: (p_rec in out nocopy irc_ipt_shd.g_rec_type

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

Line 104: irc_ipt_shd.clob_dml(p_rec => p_rec

100: );
101: --
102: --
103: --
104: irc_ipt_shd.clob_dml(p_rec => p_rec
105: ,p_api_updating => false);
106: hr_utility.set_location(' Leaving:'||l_proc, 10);
107: Exception
108: When hr_api.check_integrity_violated Then

Line 111: irc_ipt_shd.constraint_error

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

Line 116: irc_ipt_shd.constraint_error

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

Line 121: irc_ipt_shd.constraint_error

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

Line 166: (p_rec in out nocopy irc_ipt_shd.g_rec_type

162: --
163: -- {End Of Comments}
164: -- ----------------------------------------------------------------------------
165: Procedure pre_insert
166: (p_rec in out nocopy irc_ipt_shd.g_rec_type
167: ,p_posting_content_id in number
168: ) is
169: --
170: l_proc varchar2(72) := g_package||'pre_insert';

Line 213: (p_rec in irc_ipt_shd.g_rec_type

209: --
210: -- {End Of Comments}
211: -- ----------------------------------------------------------------------------
212: Procedure post_insert
213: (p_rec in irc_ipt_shd.g_rec_type
214: ) is
215: --
216: l_proc varchar2(72) := g_package||'post_insert';
217: --

Line 272: (p_rec in out nocopy irc_ipt_shd.g_rec_type

268: -- ----------------------------------------------------------------------------
269: -- |---------------------------------< ins >----------------------------------|
270: -- ----------------------------------------------------------------------------
271: Procedure ins
272: (p_rec in out nocopy irc_ipt_shd.g_rec_type
273: ,p_posting_content_id in number
274: ) is
275: --
276: l_proc varchar2(72) := g_package||'ins';

Line 330: l_rec irc_ipt_shd.g_rec_type;

326: ,p_image_url in varchar2
327: ,p_image_url_alt in varchar2
328: ) is
329: --
330: l_rec irc_ipt_shd.g_rec_type;
331: l_proc varchar2(72) := g_package||'ins';
332: --
333: Begin
334: hr_utility.set_location('Entering:'||l_proc, 5);

Line 340: irc_ipt_shd.convert_args

336: -- Call conversion function to turn arguments into the
337: -- p_rec structure.
338: --
339: l_rec :=
340: irc_ipt_shd.convert_args
341: (null
342: ,p_language
343: ,p_source_language
344: ,p_name