DBA Data[Home] [Help]

APPS.OTA_CCI_UPD dependencies on OTA_CERT_CAT_INCLUSIONS

Line 68: -- Update the ota_cert_cat_inclusions Row

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

Line 70: update ota_cert_cat_inclusions

66: --
67: --
68: -- Update the ota_cert_cat_inclusions Row
69: --
70: update ota_cert_cat_inclusions
71: set
72: category_usage_id = p_rec.category_usage_id
73: ,certification_id = p_rec.certification_id
74: ,object_version_number = p_rec.object_version_number

Line 327: (p_module_name => 'OTA_CERT_CAT_INCLUSIONS'

323: --
324: when hr_api.cannot_find_prog_unit then
325: --
326: hr_api.cannot_find_prog_unit_error
327: (p_module_name => 'OTA_CERT_CAT_INCLUSIONS'
328: ,p_hook_type => 'AU');
329: --
330: end;
331: --