DBA Data[Home] [Help]

APPS.OTA_FOI_UPD dependencies on OTA_FRM_OBJ_INCLUSIONS

Line 68: -- Update the ota_frm_obj_inclusions Row

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

Line 70: update ota_frm_obj_inclusions

66: --
67: --
68: -- Update the ota_frm_obj_inclusions Row
69: --
70: update ota_frm_obj_inclusions
71: set
72: forum_id = p_rec.forum_id
73: ,object_id = p_rec.object_id
74: ,object_type = p_rec.object_type

Line 226: (p_module_name => 'OTA_FRM_OBJ_INCLUSIONS'

222: --
223: when hr_api.cannot_find_prog_unit then
224: --
225: hr_api.cannot_find_prog_unit_error
226: (p_module_name => 'OTA_FRM_OBJ_INCLUSIONS'
227: ,p_hook_type => 'AU');
228: --
229: end;
230: --