DBA Data[Home] [Help]

APPS.BEN_MNG_DPNT_BNF dependencies on BEN_CVRD_DPNT_CTFN_PRVDD_F

Line 704: from ben_cvrd_dpnt_ctfn_prvdd_f

700: --
701: cursor dpnt_ctfn_c
702: is
703: select *
704: from ben_cvrd_dpnt_ctfn_prvdd_f
705: where elig_cvrd_dpnt_id = p_old_elig_cvrd_dpnt_id
706: and business_group_id = p_business_group_id
707: and p_effective_date between effective_start_date
708: and effective_end_date;

Line 741: from ben_cvrd_dpnt_ctfn_prvdd_f ccp

737: ,ccp.effective_start_date
738: ,ccp.effective_end_date
739: ,ccp.object_version_number
740: ,ccp.prtt_enrt_actn_id
741: from ben_cvrd_dpnt_ctfn_prvdd_f ccp
742: where ccp.prtt_enrt_actn_id = ll_prtt_enrt_actn_id
743: and ccp.elig_cvrd_dpnt_id = p_old_elig_cvrd_dpnt_id
744: and ccp.business_group_id=p_business_group_id
745: and ccp.dpnt_dsgn_ctfn_recd_dt is not null

Line 750: l_ccp_object_version_number ben_cvrd_dpnt_ctfn_prvdd_f.object_version_number%TYPE;

746: and p_effective_date between ccp.effective_start_date
747: and ccp.effective_end_date;
748: --
749: l_ccp_rec c_ccp%rowtype;
750: l_ccp_object_version_number ben_cvrd_dpnt_ctfn_prvdd_f.object_version_number%TYPE;
751: l_ccp_effective_start_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_start_date%TYPE;
752: l_ccp_effective_end_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_end_date%TYPE;
753: l_ccp_update_flag varchar2(30) := 'N'; --6613891
754: --

Line 751: l_ccp_effective_start_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_start_date%TYPE;

747: and ccp.effective_end_date;
748: --
749: l_ccp_rec c_ccp%rowtype;
750: l_ccp_object_version_number ben_cvrd_dpnt_ctfn_prvdd_f.object_version_number%TYPE;
751: l_ccp_effective_start_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_start_date%TYPE;
752: l_ccp_effective_end_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_end_date%TYPE;
753: l_ccp_update_flag varchar2(30) := 'N'; --6613891
754: --
755: -- Bug 6793512

Line 752: l_ccp_effective_end_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_end_date%TYPE;

748: --
749: l_ccp_rec c_ccp%rowtype;
750: l_ccp_object_version_number ben_cvrd_dpnt_ctfn_prvdd_f.object_version_number%TYPE;
751: l_ccp_effective_start_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_start_date%TYPE;
752: l_ccp_effective_end_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_end_date%TYPE;
753: l_ccp_update_flag varchar2(30) := 'N'; --6613891
754: --
755: -- Bug 6793512
756: l_correction boolean;

Line 818: p_base_table_name => 'ben_cvrd_dpnt_ctfn_prvdd_f',

814: -- Bug 6793512
815: --
816: dt_api.find_dt_upd_modes
817: (p_effective_date => p_effective_date,
818: p_base_table_name => 'ben_cvrd_dpnt_ctfn_prvdd_f',
819: p_base_key_column => 'cvrd_dpnt_ctfn_prvdd_id',
820: p_base_key_value => l_ccp_rec.cvrd_dpnt_ctfn_prvdd_id,
821: p_correction => l_correction,
822: p_update => l_update,