DBA Data[Home] [Help]

APPS.PO_COMMUNICATION_PVT dependencies on FND_CURRENCY

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

6343:
6344: PO_COMMUNICATION_PVT.g_currency_code := PO_COMMUNICATION_PVT.g_current_currency_code;
6345: PO_COMMUNICATION_PVT.g_format_mask :=null;
6346:
6347: g_format_mask := FND_CURRENCY.GET_FORMAT_MASK(g_current_currency_code,60);
6348: end if;
6349:
6350: return PO_COMMUNICATION_PVT.g_format_mask;
6351: