DBA Data[Home] [Help]

APPS.IBY_DBCCARD_GRAPH_PVT dependencies on FND_PROFILE

Line 344: l_to_currency := nvl(fnd_profile.value('IBY_DBC_REPORTING_CURRENCY'), 'USD');

340: l_to_currency VARCHAR2(10);
341:
342: BEGIN
343: -- Bug 3714173: Retrieve the reporting currency
344: l_to_currency := nvl(fnd_profile.value('IBY_DBC_REPORTING_CURRENCY'), 'USD');
345:
346: -- Check whether 'amount' or 'transactions' need to be returned.
347: returnAmount := (output_type = C_OUTPUTTYPE_AMOUNT);
348:

Line 502: l_to_currency := nvl(fnd_profile.value('IBY_DBC_REPORTING_CURRENCY'), 'USD');

498: l_to_currency VARCHAR2(10);
499:
500: BEGIN
501: -- Bug 3714173: Retrieve the reporting currency
502: l_to_currency := nvl(fnd_profile.value('IBY_DBC_REPORTING_CURRENCY'), 'USD');
503:
504: -- Check whether 'amount' or 'transactions' need to be returned.
505: returnAmount := (output_type = C_OUTPUTTYPE_AMOUNT);
506:

Line 653: l_to_currency := nvl(fnd_profile.value('IBY_DBC_REPORTING_CURRENCY'), 'USD');

649: l_to_currency VARCHAR2(10);
650:
651: BEGIN
652: -- Bug 3714173: Retrieve the reporting currency
653: l_to_currency := nvl(fnd_profile.value('IBY_DBC_REPORTING_CURRENCY'), 'USD');
654:
655: -- Check whether 'amount' or 'transactions' need to be returned.
656: returnAmount := (output_type = C_OUTPUTTYPE_AMOUNT);
657:

Line 809: l_to_currency := nvl(fnd_profile.value('IBY_DBC_REPORTING_CURRENCY'), 'USD');

805: l_to_currency VARCHAR2(10);
806:
807: BEGIN
808: -- Bug 3714173: Retrieve the reporting currency
809: l_to_currency := nvl(fnd_profile.value('IBY_DBC_REPORTING_CURRENCY'), 'USD');
810:
811: -- Check whether 'amount' or 'transactions' need to be returned.
812: returnAmount := (output_type = C_OUTPUTTYPE_AMOUNT);
813: