DBA Data[Home] [Help]

APPS.OTA_CTU_UPD dependencies on OTA_CATEGORY_USAGES

Line 68: -- Update the ota_category_usages Row

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

Line 70: update ota_category_usages

66: --
67: --
68: -- Update the ota_category_usages Row
69: --
70: update ota_category_usages
71: set
72: category_usage_id = p_rec.category_usage_id
73: ,business_group_id = p_rec.business_group_id
74: ,category = p_rec.category

Line 359: (p_module_name => 'OTA_CATEGORY_USAGES'

355: --
356: when hr_api.cannot_find_prog_unit then
357: --
358: hr_api.cannot_find_prog_unit_error
359: (p_module_name => 'OTA_CATEGORY_USAGES'
360: ,p_hook_type => 'AU');
361: --
362: end;
363: --