DBA Data[Home] [Help]

APPS.BEN_PPL_INS dependencies on BEN_PTNL_LER_FOR_PER

Line 63: -- Insert the row into: ben_ptnl_ler_for_per

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

Line 65: insert into ben_ptnl_ler_for_per

61: ben_ppl_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_ptnl_ler_for_per
64: --
65: insert into ben_ptnl_ler_for_per
66: ( ptnl_ler_for_per_id,
67: csd_by_ptnl_ler_for_per_id,
68: lf_evt_ocrd_dt,
69: trgr_table_pk_id,

Line 179: Cursor C_Sel1 is select ben_ptnl_ler_for_per_s.nextval from sys.dual;

175: Procedure pre_insert(p_rec in out nocopy ben_ppl_shd.g_rec_type) is
176: --
177: l_proc varchar2(72) := g_package||'pre_insert';
178: --
179: Cursor C_Sel1 is select ben_ptnl_ler_for_per_s.nextval from sys.dual;
180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --

Line 271: (p_module_name => 'ben_ptnl_ler_for_per'

267: --
268: when hr_api.cannot_find_prog_unit then
269: --
270: hr_api.cannot_find_prog_unit_error
271: (p_module_name => 'ben_ptnl_ler_for_per'
272: ,p_hook_type => 'AI');
273: --
274: end;
275: --