DBA Data[Home] [Help]

APPS.BEN_HWF_INS dependencies on BEN_HRS_WKD_IN_PERD_FCTR

Line 63: -- Insert the row into: ben_hrs_wkd_in_perd_fctr

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

Line 65: insert into ben_hrs_wkd_in_perd_fctr

61: ben_hwf_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_hrs_wkd_in_perd_fctr
64: --
65: insert into ben_hrs_wkd_in_perd_fctr
66: ( hrs_wkd_in_perd_fctr_id,
67: name,
68: business_group_id,
69: hrs_src_cd,

Line 235: Cursor C_Sel1 is select ben_hrs_wkd_in_perd_fctr_s.nextval from sys.dual;

231: Procedure pre_insert(p_rec in out nocopy ben_hwf_shd.g_rec_type) is
232: --
233: l_proc varchar2(72) := g_package||'pre_insert';
234: --
235: Cursor C_Sel1 is select ben_hrs_wkd_in_perd_fctr_s.nextval from sys.dual;
236: --
237: Begin
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: --

Line 355: (p_module_name => 'ben_hrs_wkd_in_perd_fctr'

351: --
352: when hr_api.cannot_find_prog_unit then
353: --
354: hr_api.cannot_find_prog_unit_error
355: (p_module_name => 'ben_hrs_wkd_in_perd_fctr'
356: ,p_hook_type => 'AI');
357: --
358: end;
359: --