DBA Data[Home] [Help]

APPS.BEN_LGL_BUS dependencies on PER_BUSINESS_GROUPS

Line 717: from per_business_groups a,

713: -- Declare cursor
714: --
715: cursor csr_leg_code is
716: select a.legislation_code
717: from per_business_groups a,
718: ben_lgl_enty_rt_f b
719: where b.lgl_enty_rt_id = p_lgl_enty_rt_id
720: and a.business_group_id = b.business_group_id;
721: --