DBA Data[Home] [Help]

APPS.BEN_PRD_BUS dependencies on PER_BUSINESS_GROUPS

Line 1398: from per_business_groups a,

1394: -- Declare cursor
1395: --
1396: cursor csr_leg_code is
1397: select a.legislation_code
1398: from per_business_groups a,
1399: ben_paird_rt_f b
1400: where b.paird_rt_id = p_paird_rt_id
1401: and a.business_group_id = b.business_group_id;
1402: --