DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on FND_PROFILE

Line 8425: open csr_get_bg_name(Fnd_Profile.Value('PER_BUSINESS_GROUP_ID'));

8421: --
8422: -- Get the business group name
8423: --
8424: if p_business_group_id is null then
8425: open csr_get_bg_name(Fnd_Profile.Value('PER_BUSINESS_GROUP_ID'));
8426: fetch csr_get_bg_name into l_bg_name;
8427: close csr_get_bg_name;
8428: else
8429: open csr_get_bg_name(p_business_group_id);