DBA Data[Home] [Help]

APPS.OZF_COPY_OFFER_PVT dependencies on FND_PROFILE

Line 1992: ,NVL(l_offer_rec.transaction_currency_code, fnd_profile.value('JTF_PROFILE_DEFAULT_CURRENCY')));

1988: ,l_offer_rec.autopay_party_id
1989: ,l_offer_rec.beneficiary_account_id
1990: ,l_offer_rec.sales_method_flag
1991: ,l_offer_rec.org_id
1992: ,NVL(l_offer_rec.transaction_currency_code, fnd_profile.value('JTF_PROFILE_DEFAULT_CURRENCY')));
1993: -- end insert into ozf_offers
1994:
1995: --7627663,insert the offer details to AMS_SOURCE_CODES for all offers except volume offer.
1996: AMS_CampaignRules_PVT.push_source_code(

Line 2074: l_default_team := FND_PROFILE.value('OZF_DEFAULT_OFFER_TEAM');

2070: ,FND_GLOBAL.user_id);
2071: -- end create access in ams_act_access_denorm
2072:
2073: -- create access for default team
2074: l_default_team := FND_PROFILE.value('OZF_DEFAULT_OFFER_TEAM');
2075: IF l_default_team IS NOT NULL AND l_default_team <> FND_API.G_MISS_NUM THEN
2076: INSERT INTO ams_act_access
2077: (activity_access_id
2078: ,last_update_date