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 3916: fnd_profile.get('ORG_ID',l_org_set);

3912: l_funding_in_rec.pa_attribute23 := p_pa_attribute23 ;
3913: l_funding_in_rec.pa_attribute24 := p_pa_attribute24 ;
3914: l_funding_in_rec.pa_attribute25 := p_pa_attribute25 ;
3915:
3916: fnd_profile.get('ORG_ID',l_org_set);
3917:
3918: IF (nvl(l_org_set, -99) <> nvl(p_org_id, -99)) THEN
3919: l_funding_in_rec.agreement_org_id := null ;
3920: ELSE

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

4652: -- l_funding_in_rec.amount := l_allocated_total ;
4653: l_funding_in_rec.amount := l_temp_sum ;
4654: l_funding_in_rec.customer_id := l_agreement.customer_id ;
4655:
4656: fnd_profile.get('ORG_ID',l_org_set);
4657:
4658: IF (nvl(l_org_set, -99) <> nvl(l_agreement.owning_organization_id, -99)) THEN
4659: l_funding_in_rec.agreement_org_id := null ;
4660: ELSE