DBA Data[Home] [Help]

APPS.BEN_MNG_DPNT_BNF dependencies on BEN_CVRD_DPNT_CTFN_PRVDD_F

Line 852: from ben_cvrd_dpnt_ctfn_prvdd_f

848: --
849: cursor dpnt_ctfn_c
850: is
851: select *
852: from ben_cvrd_dpnt_ctfn_prvdd_f
853: where elig_cvrd_dpnt_id = p_old_elig_cvrd_dpnt_id
854: and business_group_id = p_business_group_id
855: and p_effective_date between effective_start_date
856: and effective_end_date;

Line 889: from ben_cvrd_dpnt_ctfn_prvdd_f ccp

885: ,ccp.effective_start_date
886: ,ccp.effective_end_date
887: ,ccp.object_version_number
888: ,ccp.prtt_enrt_actn_id
889: from ben_cvrd_dpnt_ctfn_prvdd_f ccp
890: where ccp.prtt_enrt_actn_id = ll_prtt_enrt_actn_id
891: and ccp.elig_cvrd_dpnt_id = p_old_elig_cvrd_dpnt_id
892: and ccp.business_group_id=p_business_group_id
893: and ccp.dpnt_dsgn_ctfn_recd_dt is not null

Line 898: l_ccp_object_version_number ben_cvrd_dpnt_ctfn_prvdd_f.object_version_number%TYPE;

894: and p_effective_date between ccp.effective_start_date
895: and ccp.effective_end_date;
896: --
897: l_ccp_rec c_ccp%rowtype;
898: l_ccp_object_version_number ben_cvrd_dpnt_ctfn_prvdd_f.object_version_number%TYPE;
899: l_ccp_effective_start_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_start_date%TYPE;
900: l_ccp_effective_end_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_end_date%TYPE;
901: l_ccp_update_flag varchar2(30) := 'N'; --6613891
902: --

Line 899: l_ccp_effective_start_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_start_date%TYPE;

895: and ccp.effective_end_date;
896: --
897: l_ccp_rec c_ccp%rowtype;
898: l_ccp_object_version_number ben_cvrd_dpnt_ctfn_prvdd_f.object_version_number%TYPE;
899: l_ccp_effective_start_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_start_date%TYPE;
900: l_ccp_effective_end_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_end_date%TYPE;
901: l_ccp_update_flag varchar2(30) := 'N'; --6613891
902: --
903: -- Bug 6793512

Line 900: l_ccp_effective_end_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_end_date%TYPE;

896: --
897: l_ccp_rec c_ccp%rowtype;
898: l_ccp_object_version_number ben_cvrd_dpnt_ctfn_prvdd_f.object_version_number%TYPE;
899: l_ccp_effective_start_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_start_date%TYPE;
900: l_ccp_effective_end_date ben_cvrd_dpnt_ctfn_prvdd_f.effective_end_date%TYPE;
901: l_ccp_update_flag varchar2(30) := 'N'; --6613891
902: --
903: -- Bug 6793512
904: l_correction boolean;

Line 971: p_base_table_name => 'ben_cvrd_dpnt_ctfn_prvdd_f',

967: -- Bug 6793512
968: --
969: dt_api.find_dt_upd_modes
970: (p_effective_date => p_effective_date,
971: p_base_table_name => 'ben_cvrd_dpnt_ctfn_prvdd_f',
972: p_base_key_column => 'cvrd_dpnt_ctfn_prvdd_id',
973: p_base_key_value => l_ccp_rec.cvrd_dpnt_ctfn_prvdd_id,
974: p_correction => l_correction,
975: p_update => l_update,