DBA Data[Home] [Help]

APPS.PAY_SG_SOE dependencies on PAY_PAYROLLS_F

Line 111: (p_payroll_id in pay_payrolls_f.payroll_id%type,

107: p_effective_date in pay_payroll_actions.effective_date%type)
108: return fnd_currencies.currency_code%type;
109:
110: function get_payroll_currency_code
111: (p_payroll_id in pay_payrolls_f.payroll_id%type,
112: p_effective_date in pay_payroll_actions.effective_date%type)
113: return fnd_currencies.currency_code%type;
114:
115: end pay_sg_soe;