DBA Data[Home] [Help]

APPS.BEN_RTS_DEL dependencies on BEN_CWB_PERSON_RATES

Line 65: -- Delete the ben_cwb_person_rates row.

61: end if;
62: --
63: ben_rts_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Delete the ben_cwb_person_rates row.
66: --
67: delete from ben_cwb_person_rates
68: where group_per_in_ler_id = p_rec.group_per_in_ler_id
69: and pl_id = p_rec.pl_id

Line 67: delete from ben_cwb_person_rates

63: ben_rts_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Delete the ben_cwb_person_rates row.
66: --
67: delete from ben_cwb_person_rates
68: where group_per_in_ler_id = p_rec.group_per_in_ler_id
69: and pl_id = p_rec.pl_id
70: and oipl_id = p_rec.oipl_id;
71: --

Line 289: (p_module_name => 'BEN_CWB_PERSON_RATES'

285: --
286: when hr_api.cannot_find_prog_unit then
287: --
288: hr_api.cannot_find_prog_unit_error
289: (p_module_name => 'BEN_CWB_PERSON_RATES'
290: ,p_hook_type => 'AD');
291: --
292: end;
293: --