DBA Data[Home] [Help]

APPS.BEN_OPR_BUS dependencies on PER_BUSINESS_GROUPS

Line 783: from per_business_groups a,

779: -- Declare cursor
780: --
781: cursor csr_leg_code is
782: select a.legislation_code
783: from per_business_groups a,
784: ben_othr_ptip_rt_f b
785: where b.othr_ptip_rt_id = p_othr_ptip_rt_id
786: and a.business_group_id = b.business_group_id;
787: --