DBA Data[Home] [Help]

APPS.BEN_RVC_UPD dependencies on BEN_PRTT_RT_VAL_CTFN_PRVDD

Line 67: -- Update the ben_prtt_rt_val_ctfn_prvdd Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: ben_rvc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_prtt_rt_val_ctfn_prvdd Row
68: --
69: update ben_prtt_rt_val_ctfn_prvdd
70: set
71: prtt_rt_val_ctfn_prvdd_id = p_rec.prtt_rt_val_ctfn_prvdd_id,

Line 69: update ben_prtt_rt_val_ctfn_prvdd

65: ben_rvc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_prtt_rt_val_ctfn_prvdd Row
68: --
69: update ben_prtt_rt_val_ctfn_prvdd
70: set
71: prtt_rt_val_ctfn_prvdd_id = p_rec.prtt_rt_val_ctfn_prvdd_id,
72: enrt_ctfn_typ_cd = p_rec.enrt_ctfn_typ_cd,
73: enrt_ctfn_rqd_flag = p_rec.enrt_ctfn_rqd_flag,