DBA Data[Home] [Help]

APPS.BEN_CPY_INS dependencies on BEN_POPL_YR_PERD

Line 63: -- Insert the row into: ben_popl_yr_perd

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

Line 65: insert into ben_popl_yr_perd

61: ben_cpy_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_popl_yr_perd
64: --
65: insert into ben_popl_yr_perd
66: ( popl_yr_perd_id,
67: yr_perd_id,
68: business_group_id,
69: pl_id,

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

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

Line 323: (p_module_name => 'ben_popl_yr_perd'

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