DBA Data[Home] [Help]

APPS.BEN_BLI_BUS dependencies on PER_BUSINESS_GROUPS

Line 1394: from per_business_groups a,

1390: -- Declare cursor
1391: --
1392: cursor csr_leg_code is
1393: select a.legislation_code
1394: from per_business_groups a,
1395: ben_batch_ler_info b
1396: where b.batch_ler_id = p_batch_ler_id
1397: and a.business_group_id = b.business_group_id;
1398: --