DBA Data[Home] [Help]

APPS.BEN_CPC_BUS dependencies on PER_BUSINESS_GROUPS

Line 720: from per_business_groups a,

716: -- Declare cursor
717: --
718: cursor csr_leg_code is
719: select a.legislation_code
720: from per_business_groups a,
721: ben_cntnu_prtn_ctfn_typ_f b
722: where b.cntnu_prtn_ctfn_typ_id = p_cntnu_prtn_ctfn_typ_id
723: and a.business_group_id = b.business_group_id;
724: --