DBA Data[Home] [Help]

APPS.BEN_BAI_BUS dependencies on PER_BUSINESS_GROUPS

Line 314: from per_business_groups a,

310: -- Declare cursor
311: --
312: cursor csr_leg_code is
313: select a.legislation_code
314: from per_business_groups a,
315: ben_batch_actn_item_info b
316: where b.batch_actn_item_id = p_batch_actn_item_id
317: and a.business_group_id = b.business_group_id;
318: --