DBA Data[Home] [Help]

APPS.ITG_SYNCSUPPLIERINBOUND_PVT dependencies on HZ_PARTY_V2PUB

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

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

Line 797: HZ_PARTY_V2PUB.update_organization (

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

Line 813: 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));

809: IF l_ret_status <> FND_API.G_RET_STS_SUCCESS THEN
810: IF l_debug_level <= 6 THEN
811: itg_debug_pub.add('Error occured in update Vendor or update organization',6);
812: END IF;
813: 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));
814: RAISE FND_API.G_EXC_ERROR;
815: END IF;
816:
817:

Line 1400: l_party_rec HZ_PARTY_V2PUB.party_rec_type;

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

Line 1401: l_per_rec HZ_PARTY_V2PUB.person_rec_type;

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

Line 1522: HZ_PARTY_V2PUB.update_person (

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

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

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

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

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