DBA Data[Home] [Help]

APPS.ZX_TAXWARE_TAX_SERVICE_PKG dependencies on ZX_TRX_PRE_PROC_OPTIONS_GT

Line 3298: from ZX_TRX_PRE_PROC_OPTIONS_GT;

3294: cursor error_exception_cursor is
3295: select EVNT_CLS_MAPPING_ID,
3296: TRX_ID,
3297: TAX_REGIME_CODE
3298: from ZX_TRX_PRE_PROC_OPTIONS_GT;
3299:
3300: Begin
3301: If (g_docment_type_id is null) then
3302: open error_exception_cursor;

Line 4126: FROM ZX_TRX_PRE_PROC_OPTIONS_GT;

4122: 'l_cnt_of_det_factors = '||l_cnt_of_det_factors);
4123: BEGIN
4124: SELECT count(*)
4125: INTO l_cnt_of_options_gt
4126: FROM ZX_TRX_PRE_PROC_OPTIONS_GT;
4127: EXCEPTION WHEN OTHERS THEN
4128: l_cnt_of_options_gt := 0;
4129: END;
4130: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,