DBA Data[Home] [Help]

APPS.PAY_HK_SOE_PKG dependencies on FND_CURRENCIES

Line 25: return fnd_currencies.currency_code%type;

21: p_total_payment_ytd out nocopy number);
22:
23: function business_currency_code
24: (p_business_group_id in hr_organization_units.business_group_id%type)
25: return fnd_currencies.currency_code%type;
26:
27: /* Bug 4210525, Added variables */
28: g_def_bal_id_populated_payment boolean;
29: g_def_bal_id_populated_ytd boolean;