DBA Data[Home] [Help]

APPS.OTA_OFF_UPD dependencies on OTA_OFFERINGS

Line 70: -- Update the ota_offerings Row

66: p_rec.object_version_number := p_rec.object_version_number + 1;
67: --
68: --
69: --
70: -- Update the ota_offerings Row
71: --
72: update ota_offerings
73: set
74: offering_id = p_rec.offering_id

Line 72: update ota_offerings

68: --
69: --
70: -- Update the ota_offerings Row
71: --
72: update ota_offerings
73: set
74: offering_id = p_rec.offering_id
75: ,activity_version_id = p_rec.activity_version_id
76: ,business_group_id = p_rec.business_group_id

Line 441: (p_module_name => 'OTA_OFFERINGS'

437: --
438: when hr_api.cannot_find_prog_unit then
439: --
440: hr_api.cannot_find_prog_unit_error
441: (p_module_name => 'OTA_OFFERINGS'
442: ,p_hook_type => 'AU');
443: --
444: end;
445: --