DBA Data[Home] [Help]

APPS.BEN_SHR_BUS dependencies on PER_BUSINESS_GROUPS

Line 1327: from per_business_groups a,

1323: -- Declare cursor
1324: --
1325: cursor csr_leg_code is
1326: select a.legislation_code
1327: from per_business_groups a,
1328: ben_schedd_hrs_rt_f b
1329: where b.schedd_hrs_rt_id = p_schedd_hrs_rt_id
1330: and a.business_group_id = b.business_group_id;
1331: --