DBA Data[Home] [Help]

APPS.BEN_WPT_BUS dependencies on PER_BUSINESS_GROUPS

Line 630: from per_business_groups a,

626: -- Declare cursor
627: --
628: cursor csr_leg_code is
629: select a.legislation_code
630: from per_business_groups a,
631: ben_wv_prtn_rsn_ptip_f b
632: where b.wv_prtn_rsn_ptip_id = p_wv_prtn_rsn_ptip_id
633: and a.business_group_id = b.business_group_id;
634: --