DBA Data[Home] [Help]

APPS.FF_FORMULA_WEBUI_PKG dependencies on PER_BUSINESS_GROUPS_PERF

Line 51: from per_business_groups_perf b

47: (a.legislation_code is null and a.business_group_id is null)
48: or
49: p_legislation_code =
50: (select b.legislation_code
51: from per_business_groups_perf b
52: where b.business_group_id = a.business_group_id)
53: )
54: )
55: or