DBA Data[Home] [Help]

APPS.AP_VENDOR_PUB_PKG dependencies on AP_TCA_SUPPLIER_SYNC_PKG

Line 3430: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier(

3426: --
3427: -- Added Call to Sync the Party Information into ap_supplier
3428: -- record for the performance reasons.
3429: --
3430: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier(
3431: l_sync_return_status,
3432: l_sync_msg_count,
3433: l_sync_msg_data,
3434: l_vendor_rec.party_id);

Line 3437: l_debug_info := 'After call to AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier';

3433: l_sync_msg_data,
3434: l_vendor_rec.party_id);
3435: IF l_sync_return_status <> FND_API.G_RET_STS_SUCCESS THEN
3436: ------------------------------------------------------------------------
3437: l_debug_info := 'After call to AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier';
3438: l_debug_info := l_debug_info||' Return status : '||l_sync_return_status||' Error : '||l_sync_msg_data;
3439: ------------------------------------------------------------------------
3440: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
3441: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);

Line 4127: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier(

4123: -- Added Call to Sync the Party Information into ap_supplier
4124: -- record for the performance reasons.
4125: --
4126:
4127: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier(
4128: l_sync_return_status,
4129: l_sync_msg_count,
4130: l_sync_msg_data,
4131: l_vendor_rec.party_id);

Line 7771: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier_Sites(

7767: --Bug6648405
7768: --Bug 6753822 - Added NVL on vendor_type_lookup_code
7769: IF (NVL(l_vendor_type_lookup_code,'DUMMY') <> 'EMPLOYEE') then
7770:
7771: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier_Sites(
7772: l_sync_return_status,
7773: l_sync_msg_count,
7774: l_sync_msg_data,
7775: l_vendor_site_rec.location_id,

Line 7779: l_debug_info := 'After call to AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier_Sites';

7775: l_vendor_site_rec.location_id,
7776: l_vendor_site_rec.party_site_id);
7777: IF l_sync_return_status <> FND_API.G_RET_STS_SUCCESS THEN
7778: ------------------------------------------------------------------------
7779: l_debug_info := 'After call to AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier_Sites';
7780: l_debug_info := l_debug_info||' Return status : '||l_sync_return_status||' Error : '||l_sync_msg_data;
7781: ------------------------------------------------------------------------
7782: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
7783: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);

Line 8569: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier_Sites(

8565: p_program_id => l_program_id,
8566: p_program_update_date => sysdate,
8567: p_vendor_site_id => p_vendor_site_id);
8568:
8569: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier_Sites(
8570: l_sync_return_status,
8571: l_sync_msg_count,
8572: l_sync_msg_data,
8573: l_vendor_site_rec.location_id,