DBA Data[Home] [Help]

APPS.BEN_BRI_BUS dependencies on PER_BUSINESS_GROUPS

Line 934: from per_business_groups a,

930: -- Declare cursor
931: --
932: cursor csr_leg_code is
933: select a.legislation_code
934: from per_business_groups a,
935: ben_batch_rate_info b
936: where b.batch_rt_id = p_batch_rt_id
937: and a.business_group_id = b.business_group_id;
938: --