DBA Data[Home] [Help]

APPS.BEN_EQG_BUS dependencies on PER_BUSINESS_GROUPS

Line 707: from per_business_groups a,

703: -- Declare cursor
704: --
705: cursor csr_leg_code is
706: select a.legislation_code
707: from per_business_groups a,
708: ben_ELIG_QUA_IN_GR_PRTE_f b
709: where b.ELIG_QUA_IN_GR_PRTE_id = p_ELIG_QUA_IN_GR_PRTE_id
710: and a.business_group_id = b.business_group_id;
711: --