DBA Data[Home] [Help]

APPS.IRC_IDT_DEL dependencies on IRC_DEFAULT_POSTINGS_TL

Line 62: -- Delete the irc_default_postings_tl row.

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

Line 64: delete from irc_default_postings_tl

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

Line 199: (p_module_name => 'IRC_DEFAULT_POSTINGS_TL'

195: --
196: when hr_api.cannot_find_prog_unit then
197: --
198: hr_api.cannot_find_prog_unit_error
199: (p_module_name => 'IRC_DEFAULT_POSTINGS_TL'
200: ,p_hook_type => 'AD');
201: --
202: end;
203: --

Line 287: from irc_default_postings_tl idt

283: -- Cursor to obtain all the translation rows.
284: --
285: cursor csr_del_langs is
286: select idt.language
287: from irc_default_postings_tl idt
288: where idt.default_posting_id = p_default_posting_id;
289: --
290: l_proc varchar2(72) := g_package||'del_tl';
291: --