DBA Data[Home] [Help]

APPS.OTA_ACI_UPD dependencies on OTA_ACT_CAT_INCLUSIONS

Line 68: -- Update the ota_act_cat_inclusions Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: ota_aci_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ota_act_cat_inclusions Row
69: --
70: update ota_act_cat_inclusions
71: set
72: activity_version_id = p_rec.activity_version_id

Line 70: update ota_act_cat_inclusions

66: ota_aci_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ota_act_cat_inclusions Row
69: --
70: update ota_act_cat_inclusions
71: set
72: activity_version_id = p_rec.activity_version_id
73: ,activity_category = p_rec.activity_category
74: ,object_version_number = p_rec.object_version_number

Line 342: (p_module_name => 'OTA_ACT_CAT_INCLUSIONS'

338: --
339: when hr_api.cannot_find_prog_unit then
340: --
341: hr_api.cannot_find_prog_unit_error
342: (p_module_name => 'OTA_ACT_CAT_INCLUSIONS'
343: ,p_hook_type => 'AU');
344: --
345: end;
346: --