DBA Data[Home] [Help]

APPS.AMS_REGISTRANTS_PVT dependencies on HZ_PARTY_V2PUB

Line 472: party_rec hz_party_v2pub.party_rec_type;

468: web_rec hz_contact_point_pub.web_rec_type;
469: */
470: -- sikalyan bugFix TCA V2 Uptake
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;

Line 473: org_rec hz_party_v2pub.organization_rec_type;

469: */
470: -- sikalyan bugFix TCA V2 Uptake
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;

Line 474: person_rec hz_party_v2pub.person_rec_type;

470: -- sikalyan bugFix TCA V2 Uptake
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;

Line 659: hz_party_v2pub.create_organization(

655: org_rec.tax_reference := p_rec.tax_reference;
656: org_rec.year_established := p_rec.year_established;
657: org_rec.created_by_module := 'AMS_EVENT';
658:
659: hz_party_v2pub.create_organization(
660: 'F',
661: org_rec,
662: x_return_status,
663: x_msg_count,

Line 750: hz_party_v2pub.create_person(

746: x_return_status := null;
747: x_msg_count := 0;
748: x_msg_data := null;
749:
750: hz_party_v2pub.create_person(
751: 'F',
752: person_rec,
753: x_return_status,
754: x_msg_count,

Line 1414: hz_party_v2pub.create_person(

1410: AMS_UTILITY_PVT.debug_message('B2c:creating Person Party_id ' || x_per_party_id);
1411: END IF;*/
1412: Write_log(L_API_NAME, 'B2c:creating Person Party_id ' || x_per_party_id);
1413:
1414: hz_party_v2pub.create_person(
1415: 'F',
1416: person_rec,
1417: x_return_status,
1418: x_msg_count,

Line 2371: party_rec hz_party_v2pub.party_rec_type;

2367:
2368: -- all declarations starting here added by soagrawa on 11-dec-2002
2369: -- to move to v2apis
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;

Line 2372: org_rec hz_party_v2pub.organization_rec_type;

2368: -- all declarations starting here added by soagrawa on 11-dec-2002
2369: -- to move to v2apis
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;

Line 2373: person_rec hz_party_v2pub.person_rec_type;

2369: -- to move to v2apis
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;