DBA Data[Home] [Help]

APPS.BEN_BEI_BUS dependencies on PER_BUSINESS_GROUPS

Line 688: from per_business_groups a,

684: -- Declare cursor
685: --
686: cursor csr_leg_code is
687: select a.legislation_code
688: from per_business_groups a,
689: ben_batch_elig_info b
690: where b.batch_elig_id = p_batch_elig_id
691: and a.business_group_id = b.business_group_id;
692: --