DBA Data[Home] [Help]

APPS.POS_HZ_UTIL_PKG dependencies on HZ_LOCATION_V2PUB

Line 21: l_location_rec hz_location_v2pub.location_rec_type;

17: x_msg_count OUT nocopy NUMBER,
18: x_msg_data OUT nocopy VARCHAR2
19: )
20: IS
21: l_location_rec hz_location_v2pub.location_rec_type;
22: BEGIN
23:
24: l_location_rec.country := p_country_code;
25: l_location_rec.address1 := p_address1;

Line 37: hz_location_v2pub.create_location

33: l_location_rec.created_by_module := 'POS_SUPPLIER_MGMT';
34: l_location_rec.application_id := 177;
35: l_location_rec.county := p_county;
36:
37: hz_location_v2pub.create_location
38: ( p_init_msg_list => fnd_api.g_true,
39: p_location_rec => l_location_rec,
40: x_location_id => x_location_id,
41: x_return_status => x_return_status,