DBA Data[Home] [Help]

APPS.AP_VENDOR_PUB_PKG dependencies on HZ_PARTY_CONTACT_V2PUB

Line 11406: l_org_contact_rec HZ_PARTY_CONTACT_V2PUB.org_contact_rec_type;

11402: l_vendor_contact_rec r_vendor_contact_rec_type;
11403: l_party_rec HZ_PARTY_V2PUB.party_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;

Line 11650: hz_party_contact_v2pub.create_org_contact(

11646: l_org_contact_rec.created_by_module := 'AP_SUPPLIERS_API';
11647: l_org_contact_rec.application_id := 200;
11648: l_org_contact_rec.party_rel_rec := l_rel_rec;
11649:
11650: hz_party_contact_v2pub.create_org_contact(
11651: p_init_msg_list => FND_API.G_FALSE,
11652: p_org_contact_rec => l_org_contact_rec,
11653: --p_commit => FND_API.G_FALSE,
11654: x_return_status => l_org_contact_return_status,

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

11659: x_party_id => l_rel_party_id,
11660: x_party_number => l_rel_party_number);
11661: IF l_org_contact_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11662: ------------------------------------------------------------------------
11663: l_debug_info := 'After call to hz_party_contact_v2pub.create_org_contact';
11664: l_debug_info := l_debug_info||' Return status : '||l_org_contact_return_status||' Error : '||l_org_contact_msg_data;
11665: ------------------------------------------------------------------------
11666: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
11667: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);