DBA Data[Home] [Help]

APPS.BEN_AGF_INS dependencies on BEN_AGE_FCTR

Line 63: -- Insert the row into: ben_age_fctr

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

Line 65: insert into ben_age_fctr

61: ben_agf_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_age_fctr
64: --
65: insert into ben_age_fctr
66: ( age_fctr_id,
67: name,
68: mx_age_num,
69: mn_age_num,

Line 227: Cursor C_Sel1 is select ben_age_fctr_s.nextval from sys.dual;

223: Procedure pre_insert(p_rec in out nocopy ben_agf_shd.g_rec_type) is
224: --
225: l_proc varchar2(72) := g_package||'pre_insert';
226: --
227: Cursor C_Sel1 is select ben_age_fctr_s.nextval from sys.dual;
228: --
229: Begin
230: hr_utility.set_location('Entering:'||l_proc, 5);
231: --

Line 343: (p_module_name => 'ben_age_fctr'

339: --
340: when hr_api.cannot_find_prog_unit then
341: --
342: hr_api.cannot_find_prog_unit_error
343: (p_module_name => 'ben_age_fctr'
344: ,p_hook_type => 'AI');
345: --
346: end;
347: --