DBA Data[Home] [Help]

APPS.OTA_RUD_UPD dependencies on OTA_RESOURCE_USAGES

Line 68: -- Update the ota_resource_usages Row

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

Line 70: update ota_resource_usages

66: --
67: --
68: -- Update the ota_resource_usages Row
69: --
70: update ota_resource_usages
71: set
72: resource_usage_id = p_rec.resource_usage_id
73: ,supplied_resource_id = p_rec.supplied_resource_id
74: ,activity_version_id = p_rec.activity_version_id

Line 363: (p_module_name => 'OTA_RESOURCE_USAGES'

359: --
360: when hr_api.cannot_find_prog_unit then
361: --
362: hr_api.cannot_find_prog_unit_error
363: (p_module_name => 'OTA_RESOURCE_USAGES'
364: ,p_hook_type => 'AU');
365: --
366: end;
367: --