DBA Data[Home] [Help]

APPS.BEN_HWR_BUS dependencies on PER_BUSINESS_GROUPS

Line 806: from per_business_groups a,

802: -- Declare cursor
803: --
804: cursor csr_leg_code is
805: select a.legislation_code
806: from per_business_groups a,
807: ben_hrs_wkd_in_perd_rt_f b
808: where b.hrs_wkd_in_perd_rt_id = p_hrs_wkd_in_perd_rt_id
809: and a.business_group_id = b.business_group_id;
810: --