DBA Data[Home] [Help]

APPS.AP_VENDOR_PUB_PKG dependencies on HZ_CONTACT_POINT_V2PUB

Line 11408: l_contact_point_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;

11404: l_per_rec HZ_PARTY_V2PUB.person_rec_type;
11405: l_rel_rec HZ_RELATIONSHIP_V2PUB.relationship_rec_type;
11406: l_org_contact_rec HZ_PARTY_CONTACT_V2PUB.org_contact_rec_type;
11407: l_party_site_rec HZ_PARTY_SITE_V2PUB.party_site_rec_type;
11408: l_contact_point_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
11409: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
11410: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11411: l_alt_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11412: l_fax_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;

Line 11409: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;

11405: l_rel_rec HZ_RELATIONSHIP_V2PUB.relationship_rec_type;
11406: l_org_contact_rec HZ_PARTY_CONTACT_V2PUB.org_contact_rec_type;
11407: l_party_site_rec HZ_PARTY_SITE_V2PUB.party_site_rec_type;
11408: l_contact_point_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
11409: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
11410: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11411: l_alt_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11412: l_fax_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11413: l_url_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;

Line 11410: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;

11406: l_org_contact_rec HZ_PARTY_CONTACT_V2PUB.org_contact_rec_type;
11407: l_party_site_rec HZ_PARTY_SITE_V2PUB.party_site_rec_type;
11408: l_contact_point_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
11409: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
11410: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11411: l_alt_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11412: l_fax_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11413: l_url_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;
11414: l_party_usg_rec HZ_PARTY_USG_ASSIGNMENT_PVT.party_usg_assignment_rec_type;

Line 11411: l_alt_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;

11407: l_party_site_rec HZ_PARTY_SITE_V2PUB.party_site_rec_type;
11408: l_contact_point_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
11409: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
11410: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11411: l_alt_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11412: l_fax_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11413: l_url_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;
11414: l_party_usg_rec HZ_PARTY_USG_ASSIGNMENT_PVT.party_usg_assignment_rec_type;
11415:

Line 11412: l_fax_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;

11408: l_contact_point_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
11409: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
11410: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11411: l_alt_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11412: l_fax_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11413: l_url_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;
11414: l_party_usg_rec HZ_PARTY_USG_ASSIGNMENT_PVT.party_usg_assignment_rec_type;
11415:
11416: l_user_id number := FND_GLOBAL.USER_ID;

Line 11413: l_url_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;

11409: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
11410: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11411: l_alt_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11412: l_fax_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;
11413: l_url_rec HZ_CONTACT_POINT_V2PUB.web_rec_type;
11414: l_party_usg_rec HZ_PARTY_USG_ASSIGNMENT_PVT.party_usg_assignment_rec_type;
11415:
11416: l_user_id number := FND_GLOBAL.USER_ID;
11417: l_last_update_login number := FND_GLOBAL.LOGIN_ID;

Line 11749: hz_contact_point_v2pub.create_phone_contact_point(

11745: -- Changed the phone line type to GEN.
11746: --
11747: l_phone_rec.phone_line_type := 'GEN';
11748:
11749: hz_contact_point_v2pub.create_phone_contact_point(
11750: p_init_msg_list => FND_API.G_FALSE,
11751: p_contact_point_rec => l_contact_point_rec,
11752: p_phone_rec => l_phone_rec,
11753: --p_commit => FND_API.G_FALSE,

Line 11760: l_debug_info := 'After call to hz_contact_point_v2pub.create_phone_contact_point Primary Phone';

11756: x_msg_data => l_phone_msg_data,
11757: x_contact_point_id => l_phone_contact_point_id);
11758: IF l_phone_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11759: ------------------------------------------------------------------------
11760: l_debug_info := 'After call to hz_contact_point_v2pub.create_phone_contact_point Primary Phone';
11761: l_debug_info := l_debug_info||' Return status : '||l_phone_return_status||' Error : '||l_phone_msg_data;
11762: ------------------------------------------------------------------------
11763: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
11764: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);

Line 11787: hz_contact_point_v2pub.create_phone_contact_point(

11783: -- Changed the phone line type to GEN.
11784: --
11785: l_alt_phone_rec.phone_line_type := 'GEN';
11786:
11787: hz_contact_point_v2pub.create_phone_contact_point(
11788: p_init_msg_list => FND_API.G_FALSE,
11789: p_contact_point_rec => l_contact_point_rec,
11790: p_phone_rec => l_alt_phone_rec,
11791: --p_commit => FND_API.G_FALSE,

Line 11798: l_debug_info := 'After call to hz_contact_point_v2pub.create_phone_contact_point Alt Phone';

11794: x_msg_data => l_alt_phone_msg_data,
11795: x_contact_point_id => l_alt_phone_contact_point_id);
11796: IF l_alt_phone_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11797: ------------------------------------------------------------------------
11798: l_debug_info := 'After call to hz_contact_point_v2pub.create_phone_contact_point Alt Phone';
11799: l_debug_info := l_debug_info||' Return status : '||l_alt_phone_return_status||' Error : '||l_alt_phone_msg_data;
11800: ------------------------------------------------------------------------
11801: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
11802: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);

Line 11821: hz_contact_point_v2pub.create_phone_contact_point(

11817: l_fax_rec.phone_area_code := l_vendor_contact_rec.fax_area_code;
11818: l_fax_rec.phone_number := l_vendor_contact_rec.fax_phone;
11819: l_fax_rec.phone_line_type := 'FAX';
11820:
11821: hz_contact_point_v2pub.create_phone_contact_point(
11822: p_init_msg_list => FND_API.G_FALSE,
11823: p_contact_point_rec => l_contact_point_rec,
11824: p_phone_rec => l_fax_rec,
11825: --p_commit => FND_API.G_FALSE,

Line 11832: l_debug_info := 'After call to hz_contact_point_v2pub.create_phone_contact_point Fax Phone';

11828: x_msg_data => l_fax_msg_data,
11829: x_contact_point_id => l_fax_contact_point_id);
11830: IF l_fax_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11831: ------------------------------------------------------------------------
11832: l_debug_info := 'After call to hz_contact_point_v2pub.create_phone_contact_point Fax Phone';
11833: l_debug_info := l_debug_info||' Return status : '||l_fax_return_status||' Error : '||l_fax_msg_data;
11834: ------------------------------------------------------------------------
11835: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
11836: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);

Line 11852: hz_contact_point_v2pub.create_email_contact_point(

11848: l_contact_point_rec.contact_point_purpose := 'BUSINESS';
11849: l_contact_point_rec.primary_by_purpose := 'N';
11850: l_email_rec.email_address := l_vendor_contact_rec.email_address;
11851:
11852: hz_contact_point_v2pub.create_email_contact_point(
11853: p_init_msg_list => FND_API.G_FALSE,
11854: p_contact_point_rec => l_contact_point_rec,
11855: p_email_rec => l_email_rec,
11856: --p_commit => FND_API.G_FALSE,

Line 11863: l_debug_info := 'After call to hz_contact_point_v2pub.create_email_contact_point';

11859: x_msg_data => l_email_msg_data,
11860: x_contact_point_id => l_email_contact_point_id);
11861: IF l_email_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11862: ------------------------------------------------------------------------
11863: l_debug_info := 'After call to hz_contact_point_v2pub.create_email_contact_point';
11864: l_debug_info := l_debug_info||' Return status : '||l_email_return_status||' Error : '||l_email_msg_data;
11865: ------------------------------------------------------------------------
11866: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
11867: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);

Line 11885: hz_contact_point_v2pub.create_web_contact_point(

11881: --Open Issue 5
11882: l_url_rec.web_type := 'HTTP';
11883: l_url_rec.url := l_vendor_contact_rec.url;
11884:
11885: hz_contact_point_v2pub.create_web_contact_point(
11886: p_init_msg_list => FND_API.G_FALSE,
11887: p_contact_point_rec => l_contact_point_rec,
11888: p_web_rec => l_url_rec,
11889: --p_commit => FND_API.G_FALSE,

Line 11896: l_debug_info := 'After call to hz_contact_point_v2pub.create_web_contact_point';

11892: x_msg_data => l_url_msg_data,
11893: x_contact_point_id => l_url_contact_point_id);
11894: IF l_url_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11895: ------------------------------------------------------------------------
11896: l_debug_info := 'After call to hz_contact_point_v2pub.create_web_contact_point';
11897: l_debug_info := l_debug_info||' Return status : '||l_url_return_status||' Error : '||l_url_msg_data;
11898: ------------------------------------------------------------------------
11899: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
11900: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);