DBA Data[Home] [Help]

APPS.PER_QH_MAINTAIN_QUERY dependencies on FND_PROFILE

Line 2059: if nvl(fnd_profile.value('PO_SERVICES_ENABLED'),'N') = 'Y' then

2055: out_rec.po_line_id :=asg_rec.po_line_id;
2056: --
2057: hr_utility.set_location(l_proc,915);
2058: --CWK asg rates
2059: if nvl(fnd_profile.value('PO_SERVICES_ENABLED'),'N') = 'Y' then
2060: fnd_message.set_name('PER','HR_PO_RATE_MESG');
2061: out_rec.grade_rule_id := l_rate_rec.grade_rule_id;
2062: out_rec.rate_id := null;
2063: out_rec.rate_name := null;