DBA Data[Home] [Help]

APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_TDS_CALC_SERVICES_PUB_PKG

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

838:
839: --Populate the product business group in the global variable - needed to determine the service provider
840: ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW := p_event_class_rec.prod_family_grp_code;
841:
842: --ZX_TDS_CALC_SERVICES_PUB_PKG.get_tax_regimes does not return any regimes for the transaction lines in the following conditions.
843: -- applied_from_application_id is not null
844: -- adjusted_doc_application_id is not null
845: -- For these lines, fetch the applicable regimes from ZX_TRX_LINE_APP_REGIMES and
846: -- Populate ZX_GLOBAL_STRUCTURES_PKG.tax_regime_tbl if regime does not already exist

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

1456: IF ( G_LEVEL_UNEXPECTED >= G_CURRENT_RUNTIME_LEVEL) THEN
1457: FND_LOG.STRING(G_LEVEL_UNEXPECTED,G_MODULE_NAME||l_api_name,SQLERRM);
1458: END IF;
1459: FND_MESSAGE.SET_NAME('ZX','ZX_PTNR_SERVICE_REQD');
1460: ZX_API_PUB.add_msg(p_context_info_rec => ZX_TDS_CALC_SERVICES_PUB_PKG.g_msg_context_info_rec);
1461: RETURN;
1462: END;
1463: END IF;--no user extensible procedures defined
1464: