DBA Data[Home] [Help]

APPS.BEN_XRF_INS dependencies on BEN_EXT_RCD_IN_FILE

Line 118: -- Insert the row into: ben_ext_rcd_in_file

114: p_rec.object_version_number := 1; -- Initialise the object version
115: --
116: ben_xrf_shd.g_api_dml := true; -- Set the api dml status
117: --
118: -- Insert the row into: ben_ext_rcd_in_file
119: --
120: insert into ben_ext_rcd_in_file
121: ( ext_rcd_in_file_id,
122: seq_num,

Line 120: insert into ben_ext_rcd_in_file

116: ben_xrf_shd.g_api_dml := true; -- Set the api dml status
117: --
118: -- Insert the row into: ben_ext_rcd_in_file
119: --
120: insert into ben_ext_rcd_in_file
121: ( ext_rcd_in_file_id,
122: seq_num,
123: sprs_cd,
124: sort1_data_elmt_in_rcd_id,

Line 232: Cursor C_Sel1 is select ben_ext_rcd_in_file_s.nextval from sys.dual;

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

Line 323: (p_module_name => 'ben_ext_rcd_in_file'

319: --
320: when hr_api.cannot_find_prog_unit then
321: --
322: hr_api.cannot_find_prog_unit_error
323: (p_module_name => 'ben_ext_rcd_in_file'
324: ,p_hook_type => 'AI');
325: --
326: end;
327: --