DBA Data[Home] [Help]

APPS.AMS_REGISTRANTS_PVT dependencies on HZ_CONTACT_POINT_V2PUB

Line 478: cpoint_rec hz_contact_point_v2pub.contact_point_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;
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;

Line 479: email_rec hz_contact_point_v2pub.email_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;
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;

Line 480: phone_rec hz_contact_point_v2pub.phone_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;
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;

Line 482: edi_rec hz_contact_point_v2pub.edi_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:
486: begin

Line 483: telex_rec hz_contact_point_v2pub.telex_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:
486: begin
487: /*

Line 484: web_rec hz_contact_point_v2pub.web_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:
486: begin
487: /*
488: IF (AMS_DEBUG_HIGH_ON) THEN

Line 1194: hz_contact_point_v2pub.create_contact_point(

1190:
1191: AMS_UTILITY_PVT.debug_message('B2B:Creating PPhone contact ' || x_party_rel_party_id);
1192: END IF;*/
1193: Write_log(L_API_NAME, 'B2B:Creating PPhone contact ' || x_party_rel_party_id);
1194: hz_contact_point_v2pub.create_contact_point(
1195: 'F',
1196: cpoint_rec,
1197: edi_rec,
1198: email_rec,

Line 1259: hz_contact_point_v2pub.create_contact_point(

1255: AMS_UTILITY_PVT.debug_message('B2B:Creating Email contact ' || x_party_rel_party_id);
1256: END IF;*/
1257: Write_log(L_API_NAME, 'B2B:Creating Email contact ' || x_party_rel_party_id);
1258:
1259: hz_contact_point_v2pub.create_contact_point(
1260: 'F',
1261: cpoint_rec,
1262: edi_rec,
1263: email_rec,

Line 1690: hz_contact_point_v2pub.create_contact_point(

1686: AMS_UTILITY_PVT.debug_message('B2c:crating contact - Phone ' || x_per_party_id);
1687: END IF;*/
1688: Write_log(L_API_NAME, 'B2c:crating contact - Phone ' || x_per_party_id);
1689:
1690: hz_contact_point_v2pub.create_contact_point(
1691: 'F',
1692: cpoint_rec,
1693: edi_rec,
1694: email_rec,

Line 1756: hz_contact_point_v2pub.create_contact_point(

1752:
1753: AMS_UTILITY_PVT.debug_message('B2c:crating contact - Email ' || x_per_party_id);
1754: END IF;*/
1755: Write_log(L_API_NAME,'B2c:crating contact - Email ' || x_per_party_id);
1756: hz_contact_point_v2pub.create_contact_point(
1757: 'F',
1758: cpoint_rec,
1759: edi_rec,
1760: email_rec,

Line 2376: cpoint_rec hz_contact_point_v2pub.contact_point_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;
2379: fax_rec hz_contact_point_v2pub.phone_rec_type;
2380: ocon_rec hz_party_contact_v2pub.org_contact_rec_type;

Line 2377: email_rec hz_contact_point_v2pub.email_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;
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;

Line 2378: phone_rec hz_contact_point_v2pub.phone_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;
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;

Line 2379: fax_rec hz_contact_point_v2pub.phone_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;
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;

Line 2381: edi_rec hz_contact_point_v2pub.edi_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;
2385: x_new_party VARCHAR2(1);

Line 2382: telex_rec hz_contact_point_v2pub.telex_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;
2385: x_new_party VARCHAR2(1);
2386: x_component_name VARCHAR2(60);

Line 2383: web_rec hz_contact_point_v2pub.web_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;
2385: x_new_party VARCHAR2(1);
2386: x_component_name VARCHAR2(60);
2387: l_b2b_flag VARCHAR2(1);