DBA Data[Home] [Help]

APPS.PAY_AU_SOE_PKG dependencies on PAY_PAYROLLS_F

Line 157: p_payroll_id in pay_payrolls_f.payroll_id%type,

153:
154: /*Bug 5689508 Function to get Currency Code */
155: FUNCTION get_currency_code
156: (p_business_group_id in hr_organization_units.business_group_id%type,
157: p_payroll_id in pay_payrolls_f.payroll_id%type,
158: p_effective_date in date)
159: RETURN fnd_currencies.currency_code%type;
160:
161: /*Bug 9221420 - Function to get payment effective date */