DBA Data[Home] [Help]

APPS.BEN_PFF_DEL dependencies on BEN_PCT_FL_TM_FCTR

Line 60: -- Delete the ben_pct_fl_tm_fctr row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: ben_pff_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_pct_fl_tm_fctr row.
61: --
62: delete from ben_pct_fl_tm_fctr
63: where pct_fl_tm_fctr_id = p_rec.pct_fl_tm_fctr_id;
64: --

Line 62: delete from ben_pct_fl_tm_fctr

58: ben_pff_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_pct_fl_tm_fctr row.
61: --
62: delete from ben_pct_fl_tm_fctr
63: where pct_fl_tm_fctr_id = p_rec.pct_fl_tm_fctr_id;
64: --
65: ben_pff_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 219: (p_module_name => 'ben_pct_fl_tm_fctr'

215: --
216: when hr_api.cannot_find_prog_unit then
217: --
218: hr_api.cannot_find_prog_unit_error
219: (p_module_name => 'ben_pct_fl_tm_fctr'
220: ,p_hook_type => 'AD');
221: --
222: end;
223: --