DBA Data[Home] [Help]

APPS.BEN_BMI_BUS dependencies on BEN_BATCH_COMMU_INFO

Line 149: ben_batch_commu_info b

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: --
153: -- Declare local variables