45: v_address_line_2 hr_locations.address_line_2%type;
46: v_address_line_3 hr_locations.address_line_3%type;
47: v_town_city hr_locations.town_or_city%type;
48: v_postal_code hr_locations.postal_code%type;
49: v_country fnd_territories_tl.territory_short_name%type;
50: begin
51: if expense_check_send_to_address = 'H' then
52: pay_sg_soe.get_home_address(person_id,
53: v_address_line_1,