DBA Data[Home] [Help]

APPS.BEN_PIL_INS dependencies on BEN_PER_IN_LER

Line 63: -- Insert the row into: ben_per_in_ler

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

Line 65: insert into ben_per_in_ler

61: ben_pil_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_per_in_ler
64: --
65: insert into ben_per_in_ler
66: ( per_in_ler_id,
67: per_in_ler_stat_cd,
68: prvs_stat_cd,
69: lf_evt_ocrd_dt,

Line 249: Cursor C_Sel1 is select ben_per_in_ler_s.nextval from sys.dual;

245: Procedure pre_insert(p_rec in out nocopy ben_pil_shd.g_rec_type) is
246: --
247: l_proc varchar2(72) := g_package||'pre_insert';
248: --
249: Cursor C_Sel1 is select ben_per_in_ler_s.nextval from sys.dual;
250: --
251: Begin
252: hr_utility.set_location('Entering:'||l_proc, 5);
253: --

Line 376: (p_module_name => 'ben_per_in_ler'

372: --
373: when hr_api.cannot_find_prog_unit then
374: --
375: hr_api.cannot_find_prog_unit_error
376: (p_module_name => 'ben_per_in_ler'
377: ,p_hook_type => 'AI');
378: --
379: end;
380: --