DBA Data[Home] [Help]

APPS.BEN_PCX_BUS dependencies on BEN_PL_BNF_CTFN_F

Line 92: -- p_pl_bnf_ctfn_id is primary key for ben_pl_bnf_ctfn_f

88: --
89: -- In Parameters
90: -- p_bnf_ctfn_typ_cd is dependent certification type code
91: -- p_rlshp_typ_cd is relationship type code
92: -- p_pl_bnf_ctfn_id is primary key for ben_pl_bnf_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_bnf_ctfn_f

116: is
117: l_proc varchar2(72) := g_package||'chk_bnf_ctfn_typ_cd_unique';
118: l_dummy char(1);
119: cursor c1 is select null
120: from ben_pl_bnf_ctfn_f
121: Where pl_bnf_ctfn_id <> nvl(p_pl_bnf_ctfn_id,-1)
122: and nvl(bnf_ctfn_typ_cd,0) = nvl(p_bnf_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 820: ben_pl_bnf_ctfn_f b

816: --
817: cursor csr_leg_code is
818: select a.legislation_code
819: from per_business_groups a,
820: ben_pl_bnf_ctfn_f b
821: where b.pl_bnf_ctfn_id = p_pl_bnf_ctfn_id
822: and a.business_group_id = b.business_group_id;
823: --
824: -- Declare local variables