DBA Data[Home] [Help]

APPS.BEN_PST_BUS dependencies on PER_BUSINESS_GROUPS

Line 760: from per_business_groups a,

756: -- Declare cursor
757: --
758: cursor csr_leg_code is
759: select a.legislation_code
760: from per_business_groups a,
761: ben_pstn_rt_f b
762: where b.pstn_rt_id = p_pstn_rt_id
763: and a.business_group_id = b.business_group_id;
764: --