DBA Data[Home] [Help]

APPS.AMS_VENUE_PVT dependencies on HZ_PARTY_V2PUB

Line 147: l_org_rec HZ_Party_V2PUB.Organization_Rec_Type;

143: -- l_org_rec HZ_Party_PUB.Organization_Rec_Type;
144: -- l_psite_rec HZ_Party_PUB.Party_Site_Rec_Type;
145:
146: l_location_rec HZ_LOCATION_V2PUB.Location_Rec_Type;
147: l_org_rec HZ_Party_V2PUB.Organization_Rec_Type;
148: l_psite_rec HZ_Party_Site_V2PUB.Party_Site_Rec_Type;
149:
150: l_sales_team_rec AS_ACCESS_PUB.sales_team_rec_type;
151:

Line 254: HZ_Party_V2PUB.Create_Organization(

250: l_org_rec.organization_name := l_venue_rec.venue_name;
251: l_org_rec.created_by_module := 'AMS_EVENT';
252: l_venue_rec.venue_name := 'DUMMY'; -- want to be clear that venue_name does not have a real value for VENU
253:
254: HZ_Party_V2PUB.Create_Organization(
255: p_init_msg_list => p_init_msg_list
256: , p_organization_rec => l_org_rec
257: , x_return_status => l_return_status
258: , x_msg_count => x_msg_count