DBA Data[Home] [Help]

APPS.PAY_PYKRSSEL_XMLP_PKG dependencies on FND_CURRENCIES_VL

Line 68: from fnd_currencies_vl

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