DBA Data[Home] [Help]

APPS.BEN_ECT_BUS dependencies on PER_BUSINESS_GROUPS

Line 757: from per_business_groups a,

753: -- Declare cursor
754: --
755: cursor csr_leg_code is
756: select a.legislation_code
757: from per_business_groups a,
758: ben_elig_dsblty_ctg_prte_f b
759: where b.elig_dsblty_ctg_prte_id = p_elig_dsblty_ctg_prte_id
760: and a.business_group_id = b.business_group_id;
761: --