DBA Data[Home] [Help]

APPS.BEN_YRP_INS dependencies on BEN_YR_PERD

Line 63: -- Insert the row into: ben_yr_perd

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

Line 65: insert into ben_yr_perd

61: ben_yrp_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_yr_perd
64: --
65: insert into ben_yr_perd
66: ( yr_perd_id,
67: perds_in_yr_num,
68: perd_tm_uom_cd,
69: perd_typ_cd,

Line 217: select ben_yr_perd_s.nextval from sys.dual;

213: Procedure pre_insert(p_rec in out nocopy ben_yrp_shd.g_rec_type) is
214: --
215: l_proc varchar2(72) := g_package||'pre_insert';
216: cursor c is
217: select ben_yr_perd_s.nextval from sys.dual;
218: --
219: --
220: --
221: Begin

Line 328: (p_module_name => 'ben_yr_perd'

324: --
325: when hr_api.cannot_find_prog_unit then
326: --
327: hr_api.cannot_find_prog_unit_error
328: (p_module_name => 'ben_yr_perd'
329: ,p_hook_type => 'AI');
330: --
331: end;
332: --