DBA Data[Home] [Help]

APPS.AP_VENDOR_PUB_PKG dependencies on HZ_LOCATION_V2PUB

Line 6881: l_location_rec HZ_LOCATION_V2PUB.location_rec_type;

6877: l_api_version CONSTANT NUMBER := 1.0;
6878:
6879: l_def_org_id NUMBER;
6880: l_party_site_rec HZ_PARTY_SITE_V2PUB.party_site_rec_type;
6881: l_location_rec HZ_LOCATION_V2PUB.location_rec_type;
6882:
6883: -- variables for retrieving defaults from PO_VENDORS
6884: l_rowid VARCHAR2(255);
6885: l_vendor_site_id NUMBER;

Line 7524: hz_location_v2pub.create_location(

7520: --Open Issue 4, check for needed parameters
7521: --Bug6648405
7522: --Bug 6753822 - Added NVL on vendor_type_lookup_code
7523: IF (NVL(l_vendor_type_lookup_code,'DUMMY') <> 'EMPLOYEE') then
7524: hz_location_v2pub.create_location(
7525: p_init_msg_list => FND_API.G_FALSE,
7526: p_location_rec => l_location_rec,
7527: -- p_commit => FND_API.G_FALSE,
7528: x_return_status => l_loc_return_status,

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

7530: x_msg_data => l_loc_msg_data,
7531: x_location_id => l_loc_id);
7532: IF l_loc_return_status <> FND_API.G_RET_STS_SUCCESS THEN
7533: ------------------------------------------------------------------------
7534: l_debug_info := 'After call to hz_location_v2pub.create_location';
7535: l_debug_info := l_debug_info||' Return status : '||l_loc_return_status||' Error : '||l_loc_msg_data;
7536: ------------------------------------------------------------------------
7537: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
7538: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);