DBA Data[Home] [Help]

APPS.BEN_ETU_BUS dependencies on PER_BUSINESS_GROUPS

Line 703: from per_business_groups a,

699: -- Declare cursor
700: --
701: cursor csr_leg_code is
702: select a.legislation_code
703: from per_business_groups a,
704: ben_elig_tbco_use_prte_f b
705: where b.elig_tbco_use_prte_id = p_elig_tbco_use_prte_id
706: and a.business_group_id = b.business_group_id;
707: --