DBA Data[Home] [Help]

APPS.ZX_TDS_TAX_LINES_DETM_PKG dependencies on ZX_LINES_DET_FACTORS

Line 2004: zx_lines_det_factors G

2000: where tax_id = L.tax_id) legal_reporting_status,
2001: --End of Bug 7383041
2002: 1
2003: FROM zx_lines L,
2004: zx_lines_det_factors G
2005: WHERE G.event_id = p_event_class_rec.event_id
2006: AND G.ref_doc_application_id IS NOT NULL
2007: AND (G.tax_event_type_code NOT IN ('OVERRIDE_TAX', 'UPDATE')
2008: OR (G.tax_event_type_code ='UPDATE' AND

Line 2313: zx_lines_det_factors G

2309: T.tax_status_code,
2310: T.tax_rate_code,
2311: T.tax_determine_date
2312: FROM zx_detail_tax_lines_gt T,
2313: zx_lines_det_factors G
2314: WHERE
2315: -- commented out for bug fix 5417887
2316: -- G.application_id = p_event_class_rec.application_id
2317: --AND G.event_class_code = p_event_class_rec.event_class_code

Line 2585: zx_lines_det_factors G

2581: L.cal_tax_amt,
2582: L.cal_tax_amt_tax_curr,
2583: L.cal_tax_amt_funcl_curr
2584: FROM zx_lines L,
2585: zx_lines_det_factors G
2586: WHERE
2587: -- commented out for bug fix 5417887
2588: -- G.application_id = p_event_class_rec.application_id
2589: --AND G.event_class_code = p_event_class_rec.event_class_code

Line 3772: -- so use zx_transaction_lines_gt in stead of zx_lines_det_factors to retrieve

3768: l_detail_tax_lines_tbl ZX_TDS_CALC_SERVICES_PUB_PKG.detail_tax_lines_tbl_type;
3769: l_tax_index NUMBER;
3770:
3771: -- this procedure is added for PO eBTax uptake. PO calls eBtax only in GT mode,
3772: -- so use zx_transaction_lines_gt in stead of zx_lines_det_factors to retrieve
3773: -- the tax lines for unchanged the trx lines.
3774:
3775: CURSOR c_tx_ln_for_unchanged_trx_ln IS
3776: SELECT L.*