DBA Data[Home] [Help]

APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_TDS_CALC_SERVICES_PUB_PKG

Line 961: --ZX_TDS_CALC_SERVICES_PUB_PKG.get_tax_regimes does not return any regimes for the transaction lines in the following conditions.

957:
958: --Populate the product business group in the global variable - needed to determine the service provider
959: ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW := p_event_class_rec.prod_family_grp_code;
960:
961: --ZX_TDS_CALC_SERVICES_PUB_PKG.get_tax_regimes does not return any regimes for the transaction lines in the following conditions.
962: -- applied_from_application_id is not null
963: -- adjusted_doc_application_id is not null
964: -- For these lines, fetch the applicable regimes from ZX_TRX_LINE_APP_REGIMES and
965: -- Populate ZX_GLOBAL_STRUCTURES_PKG.tax_regime_tbl if regime does not already exist

Line 1610: ZX_API_PUB.add_msg(p_context_info_rec => ZX_TDS_CALC_SERVICES_PUB_PKG.g_msg_context_info_rec);

1606: FND_LOG.STRING(G_LEVEL_UNEXPECTED,G_MODULE_NAME||l_api_name,SQLERRM);
1607: END IF;
1608: FND_MESSAGE.SET_NAME('ZX','ZX_PTNR_SERVICE_REQD');
1609: FND_MESSAGE.SET_TOKEN('SERVICE_PROVIDER',l_service_provider);
1610: ZX_API_PUB.add_msg(p_context_info_rec => ZX_TDS_CALC_SERVICES_PUB_PKG.g_msg_context_info_rec);
1611: RETURN;
1612: END;
1613: END IF;--no user extensible procedures defined
1614: