DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on FND_PROFILE

Line 54: l_install := fnd_profile.value('PA_BILLING_LICENSED');

50:
51: IF (p_agreement_org_id is not null) OR
52: (p_agreement_org_id <> OKE_API.G_MISS_NUM) THEN
53:
54: l_install := fnd_profile.value('PA_BILLING_LICENSED');
55:
56: if (nvl(l_install, 'N') = 'Y') then
57:
58: OPEN c_agreement_org_id;

Line 3719: fnd_profile.get('ORG_ID',l_org_set);

3715: l_funding_in_rec.pa_attribute8 := p_pa_attribute8 ;
3716: l_funding_in_rec.pa_attribute9 := p_pa_attribute9 ;
3717: l_funding_in_rec.pa_attribute10 := p_pa_attribute10 ;
3718:
3719: fnd_profile.get('ORG_ID',l_org_set);
3720:
3721: IF (nvl(l_org_set, -99) <> nvl(p_org_id, -99)) THEN
3722: l_funding_in_rec.agreement_org_id := null ;
3723: ELSE

Line 4456: fnd_profile.get('ORG_ID',l_org_set);

4452: -- l_funding_in_rec.amount := l_allocated_total ;
4453: l_funding_in_rec.amount := l_temp_sum ;
4454: l_funding_in_rec.customer_id := l_agreement.customer_id ;
4455:
4456: fnd_profile.get('ORG_ID',l_org_set);
4457:
4458: IF (nvl(l_org_set, -99) <> nvl(l_agreement.owning_organization_id, -99)) THEN
4459: l_funding_in_rec.agreement_org_id := null ;
4460: ELSE