[Home] [Help]
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: irc_ipc_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the irc_posting_contents Row
69: --
70: update irc_posting_contents
71: set
72: posting_content_id = p_rec.posting_content_id
66: irc_ipc_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the irc_posting_contents Row
69: --
70: update irc_posting_contents
71: set
72: posting_content_id = p_rec.posting_content_id
73: ,display_manager_info = p_rec.display_manager_info
74: ,display_recruiter_info = p_rec.display_recruiter_info
556: --
557: when hr_api.cannot_find_prog_unit then
558: --
559: hr_api.cannot_find_prog_unit_error
560: (p_module_name => 'IRC_POSTING_CONTENTS'
561: ,p_hook_type => 'AU');
562: --
563: end;
564: --