DBA Data[Home] [Help]

APPS.ITG_SYNCSUPPLIERINBOUND_PVT dependencies on HZ_PARTY_V2PUB

Line 497: l_org_rec HZ_PARTY_V2PUB.organization_rec_type; --To Fix Bug :5186022

493: p_org IN VARCHAR2, /* MOAC */
494: x_vinfo_rec OUT NOCOPY vinfo_rec_type
495: ) IS
496: r_vendor_rec AP_VENDOR_PUB_PKG.r_vendor_rec_type;
497: l_org_rec HZ_PARTY_V2PUB.organization_rec_type; --To Fix Bug :5186022
498: l_party_object_version_number NUMBER;
499: l_profile_id number;
500: l_party_number VARCHAR2(30);
501: l_duns_number VARCHAR2(30);

Line 799: HZ_PARTY_V2PUB.update_organization (

795:
796: l_org_rec.duns_number_c := NVL(p_dunsnumber ,l_duns_number);
797: l_org_rec.party_rec.party_number :=l_party_number;
798: l_org_rec.party_rec.party_id := l_party_id;
799: HZ_PARTY_V2PUB.update_organization (
800: p_init_msg_list => FND_API.G_FALSE,
801: p_organization_rec => l_org_rec,
802: p_party_object_version_number => l_party_object_version_number,
803: x_profile_id => l_party_id,

Line 815: itg_msg.apicallret('ap_vendor_pub_pkg.Update_vendor or hz_party_v2pub.update_organization returns-',l_ret_status,substr(l_ret_msg,1,200));

811: IF l_ret_status <> FND_API.G_RET_STS_SUCCESS THEN
812: IF l_debug_level <= 6 THEN
813: itg_debug_pub.add('Error occured in update Vendor or update organization',6);
814: END IF;
815: itg_msg.apicallret('ap_vendor_pub_pkg.Update_vendor or hz_party_v2pub.update_organization returns-',l_ret_status,substr(l_ret_msg,1,200));
816: RAISE FND_API.G_EXC_ERROR;
817: END IF;
818:
819:

Line 1402: l_party_rec HZ_PARTY_V2PUB.party_rec_type;

1398: l_vsite_id NUMBER;
1399: l_obj_ver_num NUMBER;
1400: l_party_id NUMBER;
1401: l_profile_id NUMBER;
1402: l_party_rec HZ_PARTY_V2PUB.party_rec_type;
1403: l_per_rec HZ_PARTY_V2PUB.person_rec_type;
1404: BEGIN
1405: x_return_status := FND_API.G_RET_STS_SUCCESS;
1406: g_action := 'Vendor-contact parameter validation';

Line 1403: l_per_rec HZ_PARTY_V2PUB.person_rec_type;

1399: l_obj_ver_num NUMBER;
1400: l_party_id NUMBER;
1401: l_profile_id NUMBER;
1402: l_party_rec HZ_PARTY_V2PUB.party_rec_type;
1403: l_per_rec HZ_PARTY_V2PUB.person_rec_type;
1404: BEGIN
1405: x_return_status := FND_API.G_RET_STS_SUCCESS;
1406: g_action := 'Vendor-contact parameter validation';
1407:

Line 1524: HZ_PARTY_V2PUB.update_person (

1520: l_per_rec.created_by_module := 'AP_SUPPLIERS_API';
1521: l_per_rec.application_id := 200;
1522: l_per_rec.party_rec := l_party_rec;
1523:
1524: HZ_PARTY_V2PUB.update_person (
1525: p_person_rec => l_per_rec,
1526: p_party_object_version_number => l_obj_ver_num,
1527: x_profile_id => l_profile_id,
1528: x_return_status => l_ret_status,

Line 1533: itg_debug_pub.Add('HZ_PARTY_V2PUB.update_person - ' || l_ret_status || ' - ' || l_msg_data ,1);

1529: x_msg_count => l_msg_count,
1530: x_msg_data => l_msg_data);
1531:
1532: IF l_debug_level <= 1 THEN
1533: itg_debug_pub.Add('HZ_PARTY_V2PUB.update_person - ' || l_ret_status || ' - ' || l_msg_data ,1);
1534: itg_debug_pub.Add('l_obj_ver_num - ' || l_msg_count,1);
1535: itg_debug_pub.Add('l_profile_id - ' || l_obj_ver_num,1);
1536: itg_debug_pub.Add('l_msg_count - ' || l_profile_id,1 );
1537:

Line 1541: itg_msg.apicallret('HZ_PARTY_V2PUB.update_person',l_ret_status,l_msg_data);

1537:
1538: END IF;
1539:
1540: IF l_ret_status <> FND_API.G_RET_STS_SUCCESS THEN
1541: itg_msg.apicallret('HZ_PARTY_V2PUB.update_person',l_ret_status,l_msg_data);
1542: RAISE FND_API.G_EXC_ERROR;
1543: END IF;
1544:
1545: END IF;