DBA Data[Home] [Help]

APPS.PAY_SG_SOE dependencies on FND_CURRENCIES

Line 103: return fnd_currencies.currency_code%type;

99: p_postal_code out nocopy hr_locations.postal_code%type,
100: p_country_name out nocopy fnd_territories_tl.territory_short_name%type);
101: function business_currency_code
102: (p_business_group_id in hr_organization_units.business_group_id%type)
103: return fnd_currencies.currency_code%type;
104:
105: function get_assignment_currency_code
106: (p_assignment_id in per_all_assignments_f.assignment_id%type,
107: p_effective_date in pay_payroll_actions.effective_date%type)

Line 108: return fnd_currencies.currency_code%type;

104:
105: function get_assignment_currency_code
106: (p_assignment_id in per_all_assignments_f.assignment_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)

Line 113: 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;