DBA Data[Home] [Help]

APPS.AMS_REGISTRANTS_PVT dependencies on HZ_LOCATION_V2PUB

Line 475: location_rec hz_location_v2pub.location_rec_type;

471:
472: party_rec hz_party_v2pub.party_rec_type;
473: org_rec hz_party_v2pub.organization_rec_type;
474: person_rec hz_party_v2pub.person_rec_type;
475: location_rec hz_location_v2pub.location_rec_type;
476: psite_rec hz_party_site_v2pub.party_site_rec_type;
477: psite_use_rec hz_party_site_v2pub.party_site_use_rec_type;
478: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
479: email_rec hz_contact_point_v2pub.email_rec_type;

Line 910: hz_location_v2pub.create_location(

906: location_rec.orig_system_reference := x_location_id ;
907: location_rec.created_by_module := 'AMS_EVENT';
908:
909:
910: hz_location_v2pub.create_location(
911: 'F',
912: location_rec,
913: x_return_status,
914: x_msg_count,

Line 1481: hz_location_v2pub.create_location(

1477: AMS_UTILITY_PVT.debug_message('B2c:crating Location ' || location_rec.address1);
1478: END IF;*/
1479: Write_log(L_API_NAME, 'B2c:crating Location ' || location_rec.address1);
1480:
1481: hz_location_v2pub.create_location(
1482: 'F',
1483: location_rec,
1484: x_return_status,
1485: x_msg_count,

Line 2374: location_rec hz_location_v2pub.location_rec_type;

2370:
2371: party_rec hz_party_v2pub.party_rec_type;
2372: org_rec hz_party_v2pub.organization_rec_type;
2373: person_rec hz_party_v2pub.person_rec_type;
2374: location_rec hz_location_v2pub.location_rec_type;
2375: psite_rec hz_party_site_v2pub.party_site_rec_type;
2376: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
2377: email_rec hz_contact_point_v2pub.email_rec_type;
2378: phone_rec hz_contact_point_v2pub.phone_rec_type;