DBA Data[Home] [Help]

APPS.BEN_EIV_BUS dependencies on PER_BUSINESS_GROUPS

Line 29: from per_business_groups pbg

25: -- Declare cursor
26: --
27: cursor csr_leg_code is
28: select pbg.legislation_code
29: from per_business_groups pbg
30: , ben_extra_input_values eiv
31: where eiv.extra_input_value_id = p_extra_input_value_id
32: and pbg.business_group_id = eiv.business_group_id;
33: --