DBA Data[Home] [Help]

APPS.PAY_PAYHKSOE_XMLP_PKG dependencies on FND_CURRENCIES

Line 103: v_currency_code fnd_currencies.currency_code%type;

99: end;
100:
101: function CF_currency_format_maskFormula return VARCHAR2 is
102:
103: v_currency_code fnd_currencies.currency_code%type;
104: v_format_mask varchar2(100) := null;
105: v_field_length number(3) := 15;
106:
107: begin