DBA Data[Home] [Help]

APPS.BEN_BUR_BUS dependencies on PER_BUSINESS_GROUPS

Line 741: from per_business_groups a,

737: -- Declare cursor
738: --
739: cursor csr_leg_code is
740: select a.legislation_code
741: from per_business_groups a,
742: ben_brgng_unit_rt_f b
743: where b.brgng_unit_rt_id = p_brgng_unit_rt_id
744: and a.business_group_id = b.business_group_id;
745: --