DBA Data[Home] [Help]

APPS.AP_VENDOR_PUB_PKG dependencies on HZ_LOCATION_V2PUB

Line 7689: l_location_rec HZ_LOCATION_V2PUB.location_rec_type;

7685: l_api_version CONSTANT NUMBER := 1.0;
7686:
7687: l_def_org_id NUMBER;
7688: l_party_site_rec HZ_PARTY_SITE_V2PUB.party_site_rec_type;
7689: l_location_rec HZ_LOCATION_V2PUB.location_rec_type;
7690:
7691: -- variables for retrieving defaults from PO_VENDORS
7692: l_rowid VARCHAR2(255);
7693: l_vendor_site_id NUMBER;

Line 8500: hz_location_v2pub.create_location(

8496: --Open Issue 4, check for needed parameters
8497: --Bug6648405
8498: --Bug 6753822 - Added NVL on vendor_type_lookup_code
8499: IF (NVL(l_vendor_type_lookup_code,'DUMMY') <> 'EMPLOYEE') then
8500: hz_location_v2pub.create_location(
8501: p_init_msg_list => FND_API.G_FALSE,
8502: p_location_rec => l_location_rec,
8503: p_do_addr_val => 'Y', -- bug 9128869
8504: x_addr_val_status => l_addr_val_status, -- bug 9128869

Line 8559: l_debug_info := 'After call to hz_location_v2pub.create_location';

8555: -- Bug 9128869 End
8556:
8557: IF l_loc_return_status <> FND_API.G_RET_STS_SUCCESS THEN
8558: ------------------------------------------------------------------------
8559: l_debug_info := 'After call to hz_location_v2pub.create_location';
8560: l_debug_info := l_debug_info||' Return status : '||l_loc_return_status||' Error : '||l_loc_msg_data;
8561: ------------------------------------------------------------------------
8562: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
8563: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);