DBA Data[Home] [Help]

APPS.IRC_IRT_DEL dependencies on IRC_IRT_SHD

Line 52: (p_rec in irc_irt_shd.g_rec_type

48: --
49: -- {End Of Comments}
50: -- ----------------------------------------------------------------------------
51: Procedure delete_dml
52: (p_rec in irc_irt_shd.g_rec_type
53: ) is
54: --
55: l_proc varchar2(72) := g_package||'delete_dml';
56: --

Line 76: irc_irt_shd.constraint_error

72: Exception
73: When hr_api.child_integrity_violated then
74: -- Child integrity has been violated
75: --
76: irc_irt_shd.constraint_error
77: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
78: When Others Then
79: --
80: Raise;

Line 115: Procedure pre_delete(p_rec in irc_irt_shd.g_rec_type) is

111: -- Internal Row Handler Use Only.
112: --
113: -- {End Of Comments}
114: -- ----------------------------------------------------------------------------
115: Procedure pre_delete(p_rec in irc_irt_shd.g_rec_type) is
116: --
117: l_proc varchar2(72) := g_package||'pre_delete';
118: --
119: Begin

Line 157: Procedure post_delete(p_rec in irc_irt_shd.g_rec_type) is

153: -- Internal Row Handler Use Only.
154: --
155: -- {End Of Comments}
156: -- -----------------------------------------------------------------------------
157: Procedure post_delete(p_rec in irc_irt_shd.g_rec_type) is
158: --
159: l_proc varchar2(72) := g_package||'post_delete';
160: --
161: Begin

Line 171: => irc_irt_shd.g_old_rec.source_lang

167: => p_rec.recruiting_site_id
168: ,p_language
169: => p_rec.language
170: ,p_source_lang_o
171: => irc_irt_shd.g_old_rec.source_lang
172: ,p_site_name_o
173: => irc_irt_shd.g_old_rec.site_name
174: ,p_redirection_url_o
175: => irc_irt_shd.g_old_rec.redirection_url

Line 173: => irc_irt_shd.g_old_rec.site_name

169: => p_rec.language
170: ,p_source_lang_o
171: => irc_irt_shd.g_old_rec.source_lang
172: ,p_site_name_o
173: => irc_irt_shd.g_old_rec.site_name
174: ,p_redirection_url_o
175: => irc_irt_shd.g_old_rec.redirection_url
176: ,p_posting_url_o
177: => irc_irt_shd.g_old_rec.posting_url

Line 175: => irc_irt_shd.g_old_rec.redirection_url

171: => irc_irt_shd.g_old_rec.source_lang
172: ,p_site_name_o
173: => irc_irt_shd.g_old_rec.site_name
174: ,p_redirection_url_o
175: => irc_irt_shd.g_old_rec.redirection_url
176: ,p_posting_url_o
177: => irc_irt_shd.g_old_rec.posting_url
178: );
179: --

Line 177: => irc_irt_shd.g_old_rec.posting_url

173: => irc_irt_shd.g_old_rec.site_name
174: ,p_redirection_url_o
175: => irc_irt_shd.g_old_rec.redirection_url
176: ,p_posting_url_o
177: => irc_irt_shd.g_old_rec.posting_url
178: );
179: --
180: exception
181: --

Line 197: (p_rec in irc_irt_shd.g_rec_type

193: -- ----------------------------------------------------------------------------
194: -- |---------------------------------< del >----------------------------------|
195: -- ----------------------------------------------------------------------------
196: Procedure del
197: (p_rec in irc_irt_shd.g_rec_type
198: ) is
199: --
200: l_proc varchar2(72) := g_package||'del';
201: --

Line 207: irc_irt_shd.lck

203: hr_utility.set_location('Entering:'||l_proc, 5);
204: --
205: -- We must lock the row which we need to delete.
206: --
207: irc_irt_shd.lck
208: (p_rec.recruiting_site_id
209: ,p_rec.language
210: );
211: --

Line 244: l_rec irc_irt_shd.g_rec_type;

240: (p_recruiting_site_id in number
241: ,p_language in varchar2
242: ) is
243: --
244: l_rec irc_irt_shd.g_rec_type;
245: l_proc varchar2(72) := g_package||'del';
246: --
247: Begin
248: hr_utility.set_location('Entering:'||l_proc, 5);