DBA Data[Home] [Help]

APPS.BEN_PCG_INS dependencies on BEN_PRTT_CLM_GD_OR_SVC_TYP

Line 63: -- Insert the row into: ben_prtt_clm_gd_or_svc_typ

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

Line 65: insert into ben_prtt_clm_gd_or_svc_typ

61: ben_pcg_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_prtt_clm_gd_or_svc_typ
64: --
65: insert into ben_prtt_clm_gd_or_svc_typ
66: ( prtt_clm_gd_or_svc_typ_id,
67: prtt_reimbmt_rqst_id,
68: gd_or_svc_typ_id,
69: business_group_id,

Line 209: Cursor C_Sel1 is select ben_prtt_clm_gd_or_svc_typ_s.nextval from sys.dual;

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

Line 314: (p_module_name => 'ben_prtt_clm_gd_or_svc_typ'

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