DBA Data[Home] [Help]

APPS.BEN_WPN_BUS dependencies on PER_BUSINESS_GROUPS

Line 547: from per_business_groups a,

543: -- Declare cursor
544: --
545: cursor csr_leg_code is
546: select a.legislation_code
547: from per_business_groups a,
548: ben_wv_prtn_rsn_pl_f b
549: where b.wv_prtn_rsn_pl_id = p_wv_prtn_rsn_pl_id
550: and a.business_group_id = b.business_group_id;
551: --