DBA Data[Home] [Help]

APPS.AR_ARXINREV_XMLP_PKG dependencies on FND_CURRENCIES

Line 47: from fnd_currencies

43: /*SRW.MESSAGE('4','After Selecting Currency Code');*/null;
44: END IF;
45: select precision
46: into P_PRECISION
47: from fnd_currencies
48: where currency_code = P_CURRENCY;
49: IF (p_debug_switch = 'Y') THEN
50: /*SRW.MESSAGE('5','After Selecting Precision');*/null;
51: END IF;

Line 54: from fnd_currencies

50: /*SRW.MESSAGE('5','After Selecting Precision');*/null;
51: END IF;
52: select minimum_accountable_unit
53: into P_MIN_ACCOUNTABLE_UNIT
54: from fnd_currencies
55: where currency_code = P_CURRENCY;
56: IF (p_debug_switch = 'Y') THEN
57: /*SRW.MESSAGE('6','After Selecting Minimum Accountable Unit');*/null;
58: END IF;