DBA Data[Home] [Help]

APPS.BEN_WYP_INS dependencies on BEN_WTHN_YR_PERD

Line 63: -- Insert the row into: ben_wthn_yr_perd

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_wyp_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_wthn_yr_perd
64: --
65: insert into ben_wthn_yr_perd
66: ( wthn_yr_perd_id,
67: strt_day,

Line 65: insert into ben_wthn_yr_perd

61: ben_wyp_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_wthn_yr_perd
64: --
65: insert into ben_wthn_yr_perd
66: ( wthn_yr_perd_id,
67: strt_day,
68: end_day,
69: strt_mo,

Line 215: Cursor C_Sel1 is select ben_wthn_yr_perd_s.nextval from sys.dual;

211: Procedure pre_insert(p_rec in out nocopy ben_wyp_shd.g_rec_type) is
212: --
213: l_proc varchar2(72) := g_package||'pre_insert';
214: --
215: Cursor C_Sel1 is select ben_wthn_yr_perd_s.nextval from sys.dual;
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --

Line 325: (p_module_name => 'ben_wthn_yr_perd'

321: --
322: when hr_api.cannot_find_prog_unit then
323: --
324: hr_api.cannot_find_prog_unit_error
325: (p_module_name => 'ben_wthn_yr_perd'
326: ,p_hook_type => 'AI');
327: --
328: end;
329: --