DBA Data[Home] [Help]

APPS.BEN_CPI_UPD dependencies on BEN_CWB_PERSON_INFO

Line 71: -- Update the ben_cwb_person_info Row

67: p_rec.object_version_number := p_rec.object_version_number + 1;
68: --
69: ben_cpi_shd.g_api_dml := true; -- Set the api dml status
70: --
71: -- Update the ben_cwb_person_info Row
72: --
73: update ben_cwb_person_info
74: set
75: assignment_id = p_rec.assignment_id

Line 73: update ben_cwb_person_info

69: ben_cpi_shd.g_api_dml := true; -- Set the api dml status
70: --
71: -- Update the ben_cwb_person_info Row
72: --
73: update ben_cwb_person_info
74: set
75: assignment_id = p_rec.assignment_id
76: ,person_id = p_rec.person_id
77: ,supervisor_id = p_rec.supervisor_id

Line 961: (p_module_name => 'BEN_CWB_PERSON_INFO'

957: --
958: when hr_api.cannot_find_prog_unit then
959: --
960: hr_api.cannot_find_prog_unit_error
961: (p_module_name => 'BEN_CWB_PERSON_INFO'
962: ,p_hook_type => 'AU');
963: --
964: end;
965: --