DBA Data[Home] [Help]

APPS.BEN_APL_BUS dependencies on PER_BUSINESS_GROUPS

Line 397: from per_business_groups a,

393: -- Declare cursor
394: --
395: cursor csr_leg_code is
396: select a.legislation_code
397: from per_business_groups a,
398: ben_acty_rt_ptd_lmt_f b
399: where b.acty_rt_ptd_lmt_id = p_acty_rt_ptd_lmt_id
400: and a.business_group_id = b.business_group_id;
401: --