DBA Data[Home] [Help]

APPS.OTA_CRT_UPD dependencies on OTA_CERTIFICATIONS_B

Line 68: -- Update the ota_certifications_b Row

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

Line 70: update ota_certifications_b

66: --
67: --
68: -- Update the ota_certifications_b Row
69: --
70: update ota_certifications_b
71: set
72: certification_id = p_rec.certification_id
73: ,business_group_id = p_rec.business_group_id
74: ,public_flag = p_rec.public_flag

Line 383: (p_module_name => 'OTA_CERTIFICATIONS_B'

379: --
380: when hr_api.cannot_find_prog_unit then
381: --
382: hr_api.cannot_find_prog_unit_error
383: (p_module_name => 'OTA_CERTIFICATIONS_B'
384: ,p_hook_type => 'AU');
385: --
386: end;
387: --