DBA Data[Home] [Help]

APPS.PAY_PAYKRSPL_XMLP_PKG dependencies on FND_CURRENCIES_VL

Line 65: from fnd_currencies_vl

61:
62: cursor currency_format_mask
63: (c_territory_code in fnd_currencies.issuing_territory_code%type) is
64: select currency_code,name
65: from fnd_currencies_vl
66: where issuing_territory_code = c_territory_code;
67:
68: begin
69: open currency_format_mask (cf_legislation_code);