DBA Data[Home] [Help]

APPS.IRC_IPT_DEL dependencies on IRC_POSTING_CONTENTS_TL

Line 62: -- Delete the irc_posting_contents_tl row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the irc_posting_contents_tl row.
63: --
64: delete from irc_posting_contents_tl
65: where posting_content_id = p_rec.posting_content_id
66: and language = p_rec.language;

Line 64: delete from irc_posting_contents_tl

60: --
61: --
62: -- Delete the irc_posting_contents_tl row.
63: --
64: delete from irc_posting_contents_tl
65: where posting_content_id = p_rec.posting_content_id
66: and language = p_rec.language;
67: --
68: --

Line 203: (p_module_name => 'IRC_POSTING_CONTENTS_TL'

199: --
200: when hr_api.cannot_find_prog_unit then
201: --
202: hr_api.cannot_find_prog_unit_error
203: (p_module_name => 'IRC_POSTING_CONTENTS_TL'
204: ,p_hook_type => 'AD');
205: --
206: end;
207: --

Line 293: from irc_posting_contents_tl ipt

289: -- Cursor to obtain all the translation rows.
290: --
291: cursor csr_del_langs is
292: select ipt.language
293: from irc_posting_contents_tl ipt
294: where ipt.posting_content_id = p_posting_content_id;
295: --
296: l_proc varchar2(72) := g_package||'del_tl';
297: --