DBA Data[Home] [Help]

APPS.ASO_PARTY_INT dependencies on HZ_LOCATION_V2PUB

Line 186: l_location_rec HZ_LOCATION_V2PUB.Location_Rec_Type;

182:
183: l_api_name VARCHAR2(40) := 'Create_Party_Site';
184: l_site_use_type_id NUMBER;
185: -- l_location_rec HZ_LOCATION_PUB.Location_Rec_Type;
186: l_location_rec HZ_LOCATION_V2PUB.Location_Rec_Type;
187: l_location_id NUMBER;
188: -- l_site_use_type_rec HZ_PARTY_PUB.SITE_USE_TYPE_REC_TYPE;
189:
190: -- Record definitions have been moved to a diff package in version 2 api

Line 236: HZ_LOCATION_V2PUB.create_location (

232: Original Call: HZ_LOCATION_PUB.Create_Location
233:
234: */
235:
236: HZ_LOCATION_V2PUB.create_location (
237: p_init_msg_list => FND_API.G_FALSE,
238: p_location_rec => l_location_rec,
239: x_location_id => l_location_id,
240: x_return_status => x_return_status,