DBA Data[Home] [Help]

APPS.AP_VENDOR_PUB_PKG dependencies on AP_TCA_SUPPLIER_SYNC_PKG

Line 4020: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier(

4016: --
4017: -- Added Call to Sync the Party Information into ap_supplier
4018: -- record for the performance reasons.
4019: --
4020: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier(
4021: l_sync_return_status,
4022: l_sync_msg_count,
4023: l_sync_msg_data,
4024: l_vendor_rec.party_id);

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

4023: l_sync_msg_data,
4024: l_vendor_rec.party_id);
4025: IF l_sync_return_status <> FND_API.G_RET_STS_SUCCESS THEN
4026: ------------------------------------------------------------------------
4027: l_debug_info := 'After call to AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier';
4028: l_debug_info := l_debug_info||' Return status : '||l_sync_return_status||' Error : '||l_sync_msg_data;
4029: ------------------------------------------------------------------------
4030: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
4031: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);

Line 4720: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier(

4716: -- Added Call to Sync the Party Information into ap_supplier
4717: -- record for the performance reasons.
4718: --
4719:
4720: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier(
4721: l_sync_return_status,
4722: l_sync_msg_count,
4723: l_sync_msg_data,
4724: l_vendor_rec.party_id);

Line 8951: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier_Sites(

8947: --Bug6648405
8948: --Bug 6753822 - Added NVL on vendor_type_lookup_code
8949: IF (NVL(l_vendor_type_lookup_code,'DUMMY') <> 'EMPLOYEE') then
8950:
8951: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier_Sites(
8952: l_sync_return_status,
8953: l_sync_msg_count,
8954: l_sync_msg_data,
8955: l_vendor_site_rec.location_id,

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

8957: l_vendor_site_id); --bug 12733929
8958:
8959: IF l_sync_return_status <> FND_API.G_RET_STS_SUCCESS THEN
8960: ------------------------------------------------------------------------
8961: l_debug_info := 'After call to AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier_Sites';
8962: l_debug_info := l_debug_info||' Return status : '||l_sync_return_status||' Error : '||l_sync_msg_data;
8963: ------------------------------------------------------------------------
8964: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
8965: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);

Line 9847: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier_Sites(

9843: p_program_id => l_program_id,
9844: p_program_update_date => sysdate,
9845: p_vendor_site_id => p_vendor_site_id);
9846:
9847: AP_TCA_SUPPLIER_SYNC_PKG.SYNC_Supplier_Sites(
9848: l_sync_return_status,
9849: l_sync_msg_count,
9850: l_sync_msg_data,
9851: l_vendor_site_rec.location_id,