DBA Data[Home] [Help]

APPS.BEN_EXT_FMT dependencies on PER_BUSINESS_GROUPS_PERF

Line 65: from per_business_groups_perf

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