DBA Data[Home] [Help]

APPS.PAY_PYNZ345_XMLP_PKG dependencies on FND_CURRENCIES

Line 5: l_currency_code fnd_currencies.currency_code%TYPE;

1: PACKAGE BODY PAY_PYNZ345_XMLP_PKG AS
2: /* $Header: PYNZ345B.pls 120.0 2007/12/13 12:22:04 amakrish noship $ */
3:
4: function BeforeReport return boolean is
5: l_currency_code fnd_currencies.currency_code%TYPE;
6: cursor c_currency_code is
7: select currency_code
8: from fnd_currencies
9: where issuing_territory_code in

Line 8: from fnd_currencies

4: function BeforeReport return boolean is
5: l_currency_code fnd_currencies.currency_code%TYPE;
6: cursor c_currency_code is
7: select currency_code
8: from fnd_currencies
9: where issuing_territory_code in
10: (select i.org_information9
11: from hr_organization_information i
12: where i.organization_id = p_registered_employer_id