DBA Data[Home] [Help]

APPS.PER_CEO_UPD dependencies on PER_COMP_ELEMENT_OUTCOMES

Line 68: -- Update the per_comp_element_outcomes Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: per_ceo_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the per_comp_element_outcomes Row
69: --
70: update per_comp_element_outcomes
71: set
72: comp_element_outcome_id = p_rec.comp_element_outcome_id

Line 70: update per_comp_element_outcomes

66: per_ceo_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the per_comp_element_outcomes Row
69: --
70: update per_comp_element_outcomes
71: set
72: comp_element_outcome_id = p_rec.comp_element_outcome_id
73: ,competence_element_id = p_rec.competence_element_id
74: ,outcome_id = p_rec.outcome_id

Line 433: (p_module_name => 'PER_COMP_ELEMENT_OUTCOMES'

429: --
430: when hr_api.cannot_find_prog_unit then
431: --
432: hr_api.cannot_find_prog_unit_error
433: (p_module_name => 'PER_COMP_ELEMENT_OUTCOMES'
434: ,p_hook_type => 'AU');
435: --
436: end;
437: --