DBA Data[Home] [Help]

APPS.BEN_BMI_BUS dependencies on PER_BUSINESS_GROUPS

Line 148: from per_business_groups a,

144: -- Declare cursor
145: --
146: cursor csr_leg_code is
147: select a.legislation_code
148: from per_business_groups a,
149: ben_batch_commu_info b
150: where b.batch_commu_id = p_batch_commu_id
151: and a.business_group_id = b.business_group_id;
152: --