DBA Data[Home] [Help]

APPS.BEN_BPI_BUS dependencies on PER_BUSINESS_GROUPS

Line 232: from per_business_groups a,

228: -- Declare cursor
229: --
230: cursor csr_leg_code is
231: select a.legislation_code
232: from per_business_groups a,
233: ben_batch_proc_info b
234: where b.batch_proc_id = p_batch_proc_id
235: and a.business_group_id = b.business_group_id;
236: --