DBA Data[Home] [Help]

APPS.AMS_REGISTRANTS_PVT dependencies on HZ_PARTY_CONTACT_V2PUB

Line 481: ocon_rec hz_party_contact_v2pub.org_contact_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;
480: phone_rec hz_contact_point_v2pub.phone_rec_type;
481: ocon_rec hz_party_contact_v2pub.org_contact_rec_type;
482: edi_rec hz_contact_point_v2pub.edi_rec_type;
483: telex_rec hz_contact_point_v2pub.telex_rec_type;
484: web_rec hz_contact_point_v2pub.web_rec_type;
485:

Line 846: hz_party_contact_v2pub.create_org_contact(

842: END IF;*/
843: Write_log(L_API_NAME, 'B2B: Creating org contact' || person_rec.person_first_name);
844:
845:
846: hz_party_contact_v2pub.create_org_contact(
847: 'F',
848: ocon_rec,
849: x_return_status,
850: x_msg_count,

Line 2380: ocon_rec hz_party_contact_v2pub.org_contact_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;
2379: fax_rec hz_contact_point_v2pub.phone_rec_type;
2380: ocon_rec hz_party_contact_v2pub.org_contact_rec_type;
2381: edi_rec hz_contact_point_v2pub.edi_rec_type;
2382: telex_rec hz_contact_point_v2pub.telex_rec_type;
2383: web_rec hz_contact_point_v2pub.web_rec_type;
2384: psite_use_rec hz_party_site_v2pub.party_site_use_rec_type;