DBA Data[Home] [Help]

APPS.IRC_IPT_UPD dependencies on IRC_POSTING_CONTENTS_TL

Line 66: -- Update the irc_posting_contents_tl Row

62: --
63: --
64: --
65: --
66: -- Update the irc_posting_contents_tl Row
67: --
68: update irc_posting_contents_tl
69: set
70: posting_content_id = p_rec.posting_content_id

Line 68: update irc_posting_contents_tl

64: --
65: --
66: -- Update the irc_posting_contents_tl Row
67: --
68: update irc_posting_contents_tl
69: set
70: posting_content_id = p_rec.posting_content_id
71: ,language = p_rec.language
72: ,source_language = p_rec.source_language

Line 265: (p_module_name => 'IRC_POSTING_CONTENTS_TL'

261: --
262: when hr_api.cannot_find_prog_unit then
263: --
264: hr_api.cannot_find_prog_unit_error
265: (p_module_name => 'IRC_POSTING_CONTENTS_TL'
266: ,p_hook_type => 'AU');
267: --
268: end;
269: --

Line 533: from irc_posting_contents_tl ipt

529: -- source_lang match the specified language.
530: --
531: cursor csr_upd_langs is
532: select ipt.language
533: from irc_posting_contents_tl ipt
534: where ipt.posting_content_id = p_posting_content_id
535: and p_language_code in (ipt.language
536: ,ipt.source_language);
537: --