DBA Data[Home] [Help]

APPS.BEN_XCC_INS dependencies on BEN_EXT_CRIT_CMBN

Line 118: -- Insert the row into: ben_ext_crit_cmbn

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

Line 120: insert into ben_ext_crit_cmbn

116: ben_xcc_shd.g_api_dml := true; -- Set the api dml status
117: --
118: -- Insert the row into: ben_ext_crit_cmbn
119: --
120: insert into ben_ext_crit_cmbn
121: ( ext_crit_cmbn_id,
122: crit_typ_cd,
123: oper_cd,
124: val_1,

Line 218: Cursor C_Sel1 is select ben_ext_crit_cmbn_s.nextval from sys.dual;

214: Procedure pre_insert(p_rec in out nocopy ben_xcc_shd.g_rec_type) is
215: --
216: l_proc varchar2(72) := g_package||'pre_insert';
217: --
218: Cursor C_Sel1 is select ben_ext_crit_cmbn_s.nextval from sys.dual;
219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --

Line 301: (p_module_name => 'ben_ext_crit_cmbn'

297: --
298: when hr_api.cannot_find_prog_unit then
299: --
300: hr_api.cannot_find_prog_unit_error
301: (p_module_name => 'ben_ext_crit_cmbn'
302: ,p_hook_type => 'AI');
303: --
304: end;
305: --