DBA Data[Home] [Help]

APPS.OTA_LPM_UPD dependencies on OTA_LEARNING_PATH_MEMBERS

Line 69: -- Update the ota_learning_path_members Row

65: p_rec.object_version_number := p_rec.object_version_number + 1;
66: --
67: --
68: --
69: -- Update the ota_learning_path_members Row
70: --
71: update ota_learning_path_members
72: set
73: learning_path_member_id = p_rec.learning_path_member_id

Line 71: update ota_learning_path_members

67: --
68: --
69: -- Update the ota_learning_path_members Row
70: --
71: update ota_learning_path_members
72: set
73: learning_path_member_id = p_rec.learning_path_member_id
74: ,learning_path_id = p_rec.learning_path_id
75: ,activity_version_id = p_rec.activity_version_id

Line 349: (p_module_name => 'OTA_LEARNING_PATH_MEMBERS'

345: --
346: when hr_api.cannot_find_prog_unit then
347: --
348: hr_api.cannot_find_prog_unit_error
349: (p_module_name => 'OTA_LEARNING_PATH_MEMBERS'
350: ,p_hook_type => 'AU');
351: --
352: end;
353: --