DBA Data[Home] [Help]

APPS.BEN_CMT_INS dependencies on BEN_CM_DLVRY_MTHD_TYP

Line 63: -- Insert the row into: ben_cm_dlvry_mthd_typ

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

Line 65: insert into ben_cm_dlvry_mthd_typ

61: ben_cmt_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_cm_dlvry_mthd_typ
64: --
65: insert into ben_cm_dlvry_mthd_typ
66: ( cm_dlvry_mthd_typ_id,
67: cm_dlvry_mthd_typ_cd,
68: business_group_id,
69: cm_typ_id,

Line 211: Cursor C_Sel1 is select ben_cm_dlvry_mthd_typ_s.nextval from sys.dual;

207: Procedure pre_insert(p_rec in out nocopy ben_cmt_shd.g_rec_type) is
208: --
209: l_proc varchar2(72) := g_package||'pre_insert';
210: --
211: Cursor C_Sel1 is select ben_cm_dlvry_mthd_typ_s.nextval from sys.dual;
212: --
213: Begin
214: hr_utility.set_location('Entering:'||l_proc, 5);
215: --

Line 319: (p_module_name => 'ben_cm_dlvry_mthd_typ'

315: --
316: when hr_api.cannot_find_prog_unit then
317: --
318: hr_api.cannot_find_prog_unit_error
319: (p_module_name => 'ben_cm_dlvry_mthd_typ'
320: ,p_hook_type => 'AI');
321: --
322: end;
323: --