DBA Data[Home] [Help]

APPS.BEN_XWC_INS dependencies on BEN_EXT_WHERE_CLAUSE

Line 118: -- Insert the row into: ben_ext_where_clause

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

Line 120: insert into ben_ext_where_clause

116: ben_xwc_shd.g_api_dml := true; -- Set the api dml status
117: --
118: -- Insert the row into: ben_ext_where_clause
119: --
120: insert into ben_ext_where_clause
121: ( ext_where_clause_id,
122: seq_num,
123: oper_cd,
124: val,

Line 226: Cursor C_Sel1 is select ben_ext_where_clause_s.nextval from sys.dual;

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

Line 313: (p_module_name => 'ben_ext_where_clause'

309: --
310: when hr_api.cannot_find_prog_unit then
311: --
312: hr_api.cannot_find_prog_unit_error
313: (p_module_name => 'ben_ext_where_clause'
314: ,p_hook_type => 'AI');
315: --
316: end;
317: --