DBA Data[Home] [Help]

APPS.OTA_LPS_UPD dependencies on OTA_LEARNING_PATHS

Line 68: -- Update the ota_learning_paths Row

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

Line 70: update ota_learning_paths

66: --
67: --
68: -- Update the ota_learning_paths Row
69: --
70: update ota_learning_paths
71: set
72: learning_path_id = p_rec.learning_path_id
73: ,business_group_id = p_rec.business_group_id
74: ,duration = p_rec.duration

Line 384: (p_module_name => 'OTA_LEARNING_PATHS'

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