DBA Data[Home] [Help]

APPS.ZX_TAXWARE_TAX_SERVICE_PKG dependencies on ZX_TRX_PRE_PROC_OPTIONS_GT

Line 3545: from ZX_TRX_PRE_PROC_OPTIONS_GT;

3541: cursor error_exception_cursor is
3542: select EVNT_CLS_MAPPING_ID,
3543: TRX_ID,
3544: TAX_REGIME_CODE
3545: from ZX_TRX_PRE_PROC_OPTIONS_GT;
3546:
3547: Begin
3548: If (g_docment_type_id is null) then
3549: open error_exception_cursor;

Line 4711: FROM ZX_TRX_PRE_PROC_OPTIONS_GT;

4707: 'l_cnt_of_det_factors = '||l_cnt_of_det_factors);
4708: BEGIN
4709: SELECT count(*)
4710: INTO l_cnt_of_options_gt
4711: FROM ZX_TRX_PRE_PROC_OPTIONS_GT;
4712: EXCEPTION WHEN OTHERS THEN
4713: l_cnt_of_options_gt := 0;
4714: END;
4715: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,