DBA Data[Home] [Help]

APPS.BEN_PIL_BUS dependencies on PER_BUSINESS_GROUPS

Line 633: from per_business_groups a,

629: -- Declare cursor
630: --
631: cursor csr_leg_code is
632: select a.legislation_code
633: from per_business_groups a,
634: ben_per_in_ler b
635: where b.per_in_ler_id = p_per_in_ler_id
636: and a.business_group_id = b.business_group_id;
637: --