DBA Data[Home] [Help]

APPS.PAY_AU_SOE_PKG dependencies on FND_CURRENCIES

Line 30: return fnd_currencies.currency_code%type;

26: return varchar2;
27:
28: function business_currency_code
29: (p_business_group_id in hr_organization_units.business_group_id%type)
30: return fnd_currencies.currency_code%type;
31:
32: /* Bug 4169557 - Introduced procedure for populating LE dimension Defined Balance ID's
33: */
34: procedure populate_defined_balances;

Line 159: RETURN fnd_currencies.currency_code%type;

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 */
162: FUNCTION get_effective_date
163: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%TYPE)