DBA Data[Home] [Help]

APPS.PO_COMMUNICATION_PVT dependencies on FND_CURRENCY

Line 7457: g_format_mask := FND_CURRENCY.GET_FORMAT_MASK(g_current_currency_code, 60);

7453:
7454: PO_COMMUNICATION_PVT.g_currency_code := PO_COMMUNICATION_PVT.g_current_currency_code;
7455: PO_COMMUNICATION_PVT.g_format_mask := null;
7456:
7457: g_format_mask := FND_CURRENCY.GET_FORMAT_MASK(g_current_currency_code, 60);
7458: end if;
7459:
7460: return PO_COMMUNICATION_PVT.g_format_mask;
7461: