DBA Data[Home] [Help]

APPS.PAY_AU_SOE_PKG dependencies on FND_TERRITORIES_TL

Line 11: p_country_name out NOCOPY fnd_territories_tl.territory_short_name%type);

7: p_address_line2 out NOCOPY per_addresses.address_line2%type,
8: p_address_line3 out NOCOPY per_addresses.address_line3%type,
9: p_town_city out NOCOPY per_addresses.town_or_city%type,
10: p_postal_code out NOCOPY per_addresses.postal_code%type,
11: p_country_name out NOCOPY fnd_territories_tl.territory_short_name%type);
12:
13: procedure get_work_address
14: (p_location_id in hr_locations.location_id%type,
15: p_address_line1 out NOCOPY hr_locations.address_line_1%type,

Line 20: p_country_name out NOCOPY fnd_territories_tl.territory_short_name%type);

16: p_address_line2 out NOCOPY hr_locations.address_line_2%type,
17: p_address_line3 out NOCOPY hr_locations.address_line_3%type,
18: p_town_city out NOCOPY hr_locations.town_or_city%type,
19: p_postal_code out NOCOPY hr_locations.postal_code%type,
20: p_country_name out NOCOPY fnd_territories_tl.territory_short_name%type);
21:
22: function get_salary
23: (p_pay_basis_id in per_pay_bases.pay_basis_id%type,
24: p_assignment_id in pay_element_entries_f.assignment_id%type,