DBA Data[Home] [Help]

APPS.BEN_BEC_INS dependencies on BEN_BATCH_ELCTBL_CHC_INFO

Line 63: -- Insert the row into: ben_batch_elctbl_chc_info

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

Line 65: insert into ben_batch_elctbl_chc_info

61: ben_bec_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_batch_elctbl_chc_info
64: --
65: insert into ben_batch_elctbl_chc_info
66: ( batch_elctbl_id,
67: benefit_action_id,
68: person_id,
69: pgm_id,

Line 169: Cursor C_Sel1 is select ben_batch_elctbl_chc_info_s.nextval from sys.dual;

165: Procedure pre_insert(p_rec in out nocopy ben_bec_shd.g_rec_type) is
166: --
167: l_proc varchar2(72) := g_package||'pre_insert';
168: --
169: Cursor C_Sel1 is select ben_batch_elctbl_chc_info_s.nextval from sys.dual;
170: --
171: Begin
172: hr_utility.set_location('Entering:'||l_proc, 5);
173: --

Line 254: (p_module_name => 'ben_batch_elctbl_chc_info'

250: --
251: when hr_api.cannot_find_prog_unit then
252: --
253: hr_api.cannot_find_prog_unit_error
254: (p_module_name => 'ben_batch_elctbl_chc_info'
255: ,p_hook_type => 'AI');
256: --
257: end;
258: --