2050: ,l_offer_rec.autopay_party_id
2051: ,l_offer_rec.beneficiary_account_id
2052: ,l_offer_rec.sales_method_flag
2053: ,l_offer_rec.org_id
2054: ,NVL(l_offer_rec.transaction_currency_code, fnd_profile.value('JTF_PROFILE_DEFAULT_CURRENCY')));
2055: -- end insert into ozf_offers
2056:
2057: --7627663,insert the offer details to AMS_SOURCE_CODES for all offers except volume offer.
2058: AMS_CampaignRules_PVT.push_source_code(
2132: ,FND_GLOBAL.user_id);
2133: -- end create access in ams_act_access_denorm
2134:
2135: -- create access for default team
2136: l_default_team := FND_PROFILE.value('OZF_DEFAULT_OFFER_TEAM');
2137:
2138: IF l_default_team IS NOT NULL AND l_default_team <> FND_API.G_MISS_NUM THEN
2139:
2140: --nepanda For Bug 10385923. Getting the admin flag for default team and the offer from which this offer is getting copied.