DBA Data[Home] [Help]

APPS.BEN_XRS_INS dependencies on BEN_EXT_RSLT

Line 63: -- Insert the row into: ben_ext_rslt

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

Line 65: insert into ben_ext_rslt

61: ben_xrs_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_ext_rslt
64: --
65: insert into ben_ext_rslt
66: ( ext_rslt_id,
67: run_strt_dt,
68: run_end_dt,
69: ext_stat_cd,

Line 178: select ben_ext_rslt_s.nextval

174: --
175: l_proc varchar2(72) := g_package||'pre_insert';
176: --
177: cursor c1 is
178: select ben_ext_rslt_s.nextval
179: from sys.dual;
180: --
181: --
182: Begin

Line 270: (p_module_name => 'ben_ext_rslt'

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