DBA Data[Home] [Help]

APPS.OZF_PROMOTIONAL_OFFERS_PVT dependencies on FND_PROFILE

Line 20: -- fnd_profile function and there is no place holder for it in the record

16: -- 18-Oct-2002 RSSHARMA Fixed issue where the complete rec was called
17: -- later than check items.Also the completed rec was not
18: -- for validate
19: -- 24-Oct-2002 RSSHARMA Added date_qualifier_profile_value.This value is sent using
20: -- fnd_profile function and there is no place holder for it in the record
21: -- 24-OCT-2002 julou 1. defaulting last_recal_date to offer start date
22: -- 2. add activity to required check
23: -- 07-JAN-2003 julou modified to handle no object_version_number
24: -- -- Fully Accrued Budget Offers

Line 282: p_date_qualifier => FND_PROFILE.value('OZF_STORE_DATE_IN_QUALIFIERS'),

278: p_budget_source_id => l_offers_rec.budget_source_id,
279: p_source_from_parent => l_offers_rec.source_from_parent,
280: p_buyer_name => l_offers_rec.buyer_name,
281: p_last_recal_date => l_offers_rec.last_recal_date,
282: p_date_qualifier => FND_PROFILE.value('OZF_STORE_DATE_IN_QUALIFIERS'),
283: p_autopay_flag => l_offers_rec.autopay_flag,
284: p_autopay_days => l_offers_rec.autopay_days,
285: p_autopay_method => l_offers_rec.autopay_method,
286: p_autopay_party_attr => l_offers_rec.autopay_party_attr,

Line 293: p_fund_request_curr_code => nvl(l_offers_rec.transaction_currency_Code,FND_PROFILE.VALUE('JTF_PROFILE_DEFAULT_CURRENCY')),

289: p_na_rule_header_id => l_offers_rec.na_rule_header_id,
290: p_beneficiary_account_id => l_offers_rec.beneficiary_account_id,
291: p_sales_method_flag => l_offers_rec.sales_method_flag,
292: p_org_id => l_offers_rec.org_id,
293: p_fund_request_curr_code => nvl(l_offers_rec.transaction_currency_Code,FND_PROFILE.VALUE('JTF_PROFILE_DEFAULT_CURRENCY')),
294: /*ER11806714 added percent_discount column */
295: p_percent_discount => l_offers_rec.percent_discount
296: );
297: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN

Line 330: l_access_rec.user_or_role_id := FND_PROFILE.value('OZF_DEFAULT_OFFER_TEAM');

326: x_access_id => l_access_id
327: );
328:
329: -- create access for default team of the offer
330: l_access_rec.user_or_role_id := FND_PROFILE.value('OZF_DEFAULT_OFFER_TEAM');
331: IF l_access_rec.user_or_role_id IS NOT NULL THEN
332: l_access_rec.owner_flag := 'N';
333: l_access_rec.arc_user_or_role_type := 'GROUP';
334: AMS_access_PVT.create_access(

Line 924: p_fund_request_curr_code => nvl(l_offers_rec.transaction_currency_Code,FND_PROFILE.VALUE('JTF_PROFILE_DEFAULT_CURRENCY')) -- Bug 14138664

920: p_org_id => l_offers_rec.org_id,
921: p_start_date => l_start_date,
922: /*ER11806714 added percent_discount column */
923: p_percent_discount => l_offers_rec.percent_discount,
924: p_fund_request_curr_code => nvl(l_offers_rec.transaction_currency_Code,FND_PROFILE.VALUE('JTF_PROFILE_DEFAULT_CURRENCY')) -- Bug 14138664
925: );
926: --
927: -- End of API body.
928: --