DBA Data[Home] [Help]

APPS.BEN_FTR_BUS dependencies on PER_BUSINESS_GROUPS

Line 732: from per_business_groups a,

728: -- Declare cursor
729: --
730: cursor csr_leg_code is
731: select a.legislation_code
732: from per_business_groups a,
733: ben_fl_tm_pt_tm_rt_f b
734: where b.fl_tm_pt_tm_rt_id = p_fl_tm_pt_tm_rt_id
735: and a.business_group_id = b.business_group_id;
736: --