DBA Data[Home] [Help]

APPS.IGW_ORGANIZATIONS_PVT dependencies on HZ_LOCATION_V2PUB

Line 116: l_location_rec Hz_Location_V2pub.Location_Rec_Type;

112: l_party_site_id NUMBER;
113: l_party_site_number VARCHAR2(30);
114:
115: l_organization_rec Hz_Party_V2pub.Organization_Rec_Type;
116: l_location_rec Hz_Location_V2pub.Location_Rec_Type;
117: l_party_site_rec Hz_Party_Site_V2pub.Party_Site_Rec_Type;
118:
119: BEGIN
120:

Line 200: Hz_Location_V2pub.Create_Location

196: l_location_rec.county := p_county;
197: l_location_rec.country := l_country_code;
198: l_location_rec.created_by_module := 'IGW';
199:
200: Hz_Location_V2pub.Create_Location
201: (
202: p_init_msg_list => Fnd_Api.G_False,
203: p_location_rec => l_location_rec,
204: x_location_id => l_location_id,

Line 339: l_location_rec Hz_Location_V2pub.Location_Rec_Type;

335: l_party_version NUMBER := p_party_version;
336: l_location_version NUMBER := p_location_version;
337:
338: l_organization_rec Hz_Party_V2pub.Organization_Rec_Type;
339: l_location_rec Hz_Location_V2pub.Location_Rec_Type;
340: l_party_site_rec Hz_Party_Site_V2pub.Party_Site_Rec_Type;
341:
342: BEGIN
343:

Line 416: Hz_Location_V2pub.Update_Location

412: l_location_rec.county := p_county;
413: l_location_rec.country := l_country_code;
414: l_location_rec.created_by_module := 'IGW';
415:
416: Hz_Location_V2pub.Update_Location
417: (
418: p_init_msg_list => Fnd_Api.G_False,
419: p_location_rec => l_location_rec,
420: p_object_version_number => l_location_version,