DBA Data[Home] [Help]

APPS.PQP_GB_PENSION_SCHEME_UPDATE dependencies on PER_BUSINESS_GROUPS_PERF

Line 151: from per_business_groups_perf

147:
148:
149: select name
150: into l_bg_name
151: from per_business_groups_perf
152: where business_group_id = p_business_group_id;
153:
154:
155: fnd_file.put_line(fnd_file.output,'Business Group Name : '||l_bg_name);