DBA Data[Home] [Help]

APPS.OTA_FMS_UPD dependencies on OTA_FORUM_MESSAGES

Line 68: -- Update the ota_forum_messages Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the ota_forum_messages Row
69: --
70: update ota_forum_messages
71: set
72: forum_message_id = p_rec.forum_message_id

Line 70: update ota_forum_messages

66: --
67: --
68: -- Update the ota_forum_messages Row
69: --
70: update ota_forum_messages
71: set
72: forum_message_id = p_rec.forum_message_id
73: ,forum_id = p_rec.forum_id
74: ,forum_thread_id = p_rec.forum_thread_id

Line 253: (p_module_name => 'OTA_FORUM_MESSAGES'

249: --
250: when hr_api.cannot_find_prog_unit then
251: --
252: hr_api.cannot_find_prog_unit_error
253: (p_module_name => 'OTA_FORUM_MESSAGES'
254: ,p_hook_type => 'AU');
255: --
256: end;
257: --