DBA Data[Home] [Help]

APPS.PA_INVOICE_XFER dependencies on FND_CURRENCIES

Line 20: FROM FND_CURRENCIES FC

16: FC.Extended_Precision
17: INTO l_mau,
18: l_sp,
19: l_ep
20: FROM FND_CURRENCIES FC
21: WHERE FC.Currency_Code = l_curr_code;
22:
23: END Get_Trans_Currency_Info;
24: