DBA Data[Home] [Help]

APPS.BEN_PND_BUS dependencies on BEN_PL_DPNT_CVG_CTFN_F

Line 92: -- p_pl_dpnt_cvg_ctfn_id is primary key for ben_pl_dpnt_cvg_ctfn_f

88: --
89: -- In Parameters
90: -- p_dpnt_cvg_ctfn_typ_cd is dependent certification type code
91: -- p_rlshp_typ_cd is relationship type code
92: -- p_pl_dpnt_cvg_ctfn_id is primary key for ben_pl_dpnt_cvg_ctfn_f
93: -- p_pl_id
94: -- p_business_group_id
95: -- p_validation_start_date
96: -- p_validation_end_date

Line 120: from ben_pl_dpnt_cvg_ctfn_f

116: is
117: l_proc varchar2(72) := g_package||'chk_dpnt_cvg_ctfn_typ_unique';
118: l_dummy char(1);
119: cursor c1 is select null
120: from ben_pl_dpnt_cvg_ctfn_f
121: Where pl_dpnt_cvg_ctfn_id <> nvl(p_pl_dpnt_cvg_ctfn_id,-1)
122: and nvl(dpnt_cvg_ctfn_typ_cd,0) = nvl(p_dpnt_cvg_ctfn_typ_cd,0)
123: and nvl(rlshp_typ_cd,0) = nvl(p_rlshp_typ_cd,0)
124: and pl_id = p_pl_id

Line 985: ben_pl_dpnt_cvg_ctfn_f b

981: --
982: cursor csr_leg_code is
983: select a.legislation_code
984: from per_business_groups a,
985: ben_pl_dpnt_cvg_ctfn_f b
986: where b.pl_dpnt_cvg_ctfn_id = p_pl_dpnt_cvg_ctfn_id
987: and a.business_group_id = b.business_group_id;
988: --
989: -- Declare local variables