DBA Data[Home] [Help]

APPS.BEN_EXT_FMT dependencies on PER_BUSINESS_GROUPS_PERF

Line 64: from per_business_groups_perf

60:
61:
62: cursor c_leg is
63: select LEGISLATION_CODE
64: from per_business_groups_perf
65: where business_group_id = p_business_group_id
66: ;
67:
68: