DBA Data[Home] [Help]

APPS.BEN_PSQ_DEL dependencies on BEN_PYMT_SCHED_PY_FREQ

Line 60: -- Delete the ben_pymt_sched_py_freq row.

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

Line 62: delete from ben_pymt_sched_py_freq

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

Line 213: (p_module_name => 'ben_pymt_sched_py_freq'

209: --
210: when hr_api.cannot_find_prog_unit then
211: --
212: hr_api.cannot_find_prog_unit_error
213: (p_module_name => 'ben_pymt_sched_py_freq'
214: ,p_hook_type => 'AD');
215: --
216: end;
217: --