DBA Data[Home] [Help]

APPS.BEN_CPI_DEL dependencies on BEN_CWB_PERSON_INFO

Line 99: -- Delete the ben_cwb_person_info row.

95: end if;
96: --
97: ben_cpi_shd.g_api_dml := true; -- Set the api dml status
98: --
99: -- Delete the ben_cwb_person_info row.
100: --
101: delete from ben_cwb_person_info
102: where group_per_in_ler_id = p_rec.group_per_in_ler_id;
103: --

Line 101: delete from ben_cwb_person_info

97: ben_cpi_shd.g_api_dml := true; -- Set the api dml status
98: --
99: -- Delete the ben_cwb_person_info row.
100: --
101: delete from ben_cwb_person_info
102: where group_per_in_ler_id = p_rec.group_per_in_ler_id;
103: --
104: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
105: --

Line 526: (p_module_name => 'BEN_CWB_PERSON_INFO'

522: --
523: when hr_api.cannot_find_prog_unit then
524: --
525: hr_api.cannot_find_prog_unit_error
526: (p_module_name => 'BEN_CWB_PERSON_INFO'
527: ,p_hook_type => 'AD');
528: --
529: end;
530: --