DBA Data[Home] [Help]

APPS.BEN_BFT_BUS dependencies on PER_BUSINESS_GROUPS

Line 909: from per_business_groups a,

905: -- Declare cursor
906: --
907: cursor csr_leg_code is
908: select a.legislation_code
909: from per_business_groups a,
910: ben_benefit_actions b
911: where b.benefit_action_id = p_benefit_action_id
912: and a.business_group_id = b.business_group_id;
913: --