DBA Data[Home] [Help]

APPS.AP_VENDOR_PUB_PKG dependencies on HZ_PARTY_CONTACT_V2PUB

Line 13821: l_org_contact_rec HZ_PARTY_CONTACT_V2PUB.org_contact_rec_type;

13817: l_vendor_contact_rec r_vendor_contact_rec_type;
13818: l_party_rec HZ_PARTY_V2PUB.party_rec_type;
13819: l_per_rec HZ_PARTY_V2PUB.person_rec_type;
13820: l_rel_rec HZ_RELATIONSHIP_V2PUB.relationship_rec_type;
13821: l_org_contact_rec HZ_PARTY_CONTACT_V2PUB.org_contact_rec_type;
13822: l_party_site_rec HZ_PARTY_SITE_V2PUB.party_site_rec_type;
13823: l_contact_point_rec HZ_CONTACT_POINT_V2PUB.contact_point_rec_type;
13824: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type;
13825: l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type;

Line 14113: hz_party_contact_v2pub.create_org_contact(

14109: l_org_contact_rec.created_by_module := 'AP_SUPPLIERS_API';
14110: l_org_contact_rec.application_id := 200;
14111: l_org_contact_rec.party_rel_rec := l_rel_rec;
14112:
14113: hz_party_contact_v2pub.create_org_contact(
14114: p_init_msg_list => FND_API.G_FALSE,
14115: p_org_contact_rec => l_org_contact_rec,
14116: --p_commit => FND_API.G_FALSE,
14117: x_return_status => l_org_contact_return_status,

Line 14127: l_debug_info := 'After call to hz_party_contact_v2pub.create_org_contact';

14123: x_party_number => l_rel_party_number);
14124:
14125: IF l_org_contact_return_status <> FND_API.G_RET_STS_SUCCESS THEN
14126: ------------------------------------------------------------------------
14127: l_debug_info := 'After call to hz_party_contact_v2pub.create_org_contact';
14128: l_debug_info := l_debug_info||' Return status : '||l_org_contact_return_status||' Error : '||l_org_contact_msg_data;
14129: ------------------------------------------------------------------------
14130: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
14131: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);