DBA Data[Home] [Help]

APPS.BEN_BBP_BUS dependencies on PER_BUSINESS_GROUPS

Line 438: from per_business_groups a,

434: -- Declare cursor
435: --
436: cursor csr_leg_code is
437: select a.legislation_code
438: from per_business_groups a,
439: ben_batch_parameter b
440: where b.batch_parameter_id = p_batch_parameter_id
441: and a.business_group_id = b.business_group_id;
442: --