DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on FND_PROFILE

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

8825: --
8826: -- Get the business group name
8827: --
8828: if p_business_group_id is null then
8829: open csr_get_bg_name(Fnd_Profile.Value('PER_BUSINESS_GROUP_ID'));
8830: fetch csr_get_bg_name into l_bg_name;
8831: close csr_get_bg_name;
8832: else
8833: open csr_get_bg_name(p_business_group_id);