DBA Data[Home] [Help]

APPS.PQH_GEN_FORM dependencies on FND_PROFILE

Line 2571: return fnd_profile.value('PER_BUSINESS_GROUP_ID');

2567: return (i.context_business_group_id);
2568: end loop;
2569: /*Added the following else block as a part of bug#13707305*/
2570: else
2571: return fnd_profile.value('PER_BUSINESS_GROUP_ID');
2572: end if;
2573:
2574: end context_bg;
2575: --