DBA Data[Home] [Help]

APPS.BEN_ABP_BUS dependencies on PER_BUSINESS_GROUPS

Line 461: from per_business_groups a,

457: -- Declare cursor
458: --
459: cursor csr_leg_code is
460: select a.legislation_code
461: from per_business_groups a,
462: ben_aplcn_to_bnft_pool_f b
463: where b.aplcn_to_bnft_pool_id = p_aplcn_to_bnft_pool_id
464: and a.business_group_id = b.business_group_id;
465: --