DBA Data[Home] [Help]

APPS.BEN_RAN_INS dependencies on BEN_BATCH_RANGES

Line 63: -- Insert the row into: ben_batch_ranges

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

Line 65: insert into ben_batch_ranges

61: ben_ran_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_batch_ranges
64: --
65: insert into ben_batch_ranges
66: ( range_id,
67: benefit_action_id,
68: range_status_cd,
69: starting_person_action_id,

Line 147: Cursor C_Sel1 is select ben_batch_ranges_s.nextval from sys.dual;

143: Procedure pre_insert(p_rec in out nocopy ben_ran_shd.g_rec_type) is
144: --
145: l_proc varchar2(72) := g_package||'pre_insert';
146: --
147: Cursor C_Sel1 is select ben_batch_ranges_s.nextval from sys.dual;
148: --
149: Begin
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: --