DBA Data[Home] [Help]

APPS.PAY_SG_SOE dependencies on HR_ORGANIZATION_UNITS

Line 102: (p_business_group_id in hr_organization_units.business_group_id%type)

98: p_town_city out nocopy hr_locations.town_or_city%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,