DBA Data[Home] [Help]

APPS.OKS_ARFEEDER_PUB dependencies on ZX_ID_TCC_MAPPING

Line 2488: FROM zx_id_tcc_mapping

2484:
2485: Cursor cur_tax_code (p_id IN VARCHAR2, p_org_id NUMBER) IS
2486: --Start fixes of eBTax uptake bug#4756579
2487: SELECT tax_classification_code
2488: FROM zx_id_tcc_mapping
2489: WHERE tax_rate_code_id = p_id
2490: AND org_id = p_org_id;
2491:
2492: Cursor Cur_valid_exemption(p_exempt_number IN VARCHAR2, p_trx_date IN DATE) IS

Line 3526: --from zx_id_tcc_mapping

3522:
3523: --For tax classification code:
3524: --(1)if tax_classification_code is not null, use that
3525: --(2)otherwise use the old tax_code and query tax_classification_code
3526: --from zx_id_tcc_mapping
3527: IF (Rul_line_rec.tax_classification_code IS NOT NULL) THEN
3528: --new contracts
3529: G_RAIL_REC.TAX_CODE := Rul_line_rec.tax_classification_code;
3530: If G_LOG_YES_NO = 'YES' then