DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on ZX_LINES_DET_FACTORS

Line 1748: -- Get the modified tax lines from zx_lines_det_factors, sum up the total tax amount

1744: END LOOP;
1745:
1746: ELSIF (p_source_trx_name = 'Tax Schedule') THEN
1747:
1748: -- Get the modified tax lines from zx_lines_det_factors, sum up the total tax amount
1749: -- and store in total_tax column of okl_tax_sources
1750: FOR l_taxablelines_txs_rec IN l_taxablelines_txs_csr(cp_trx_id => p_source_trx_id) LOOP
1751: OPEN l_totaltax_quote_csr(cp_trx_id => p_source_trx_id,
1752: cp_trx_line_id => l_taxablelines_txs_rec.trx_line_id,

Line 8375: zx_lines_det_factors zxdet

8371: zxdet.input_tax_classification_code,
8372: zx.legal_entity_id,
8373: zxdet.line_intended_use
8374: FROM zx_lines zx,
8375: zx_lines_det_factors zxdet
8376: WHERE zx.trx_line_id = cp_trx_line_id
8377: AND zx.trx_id = cp_trx_id
8378: AND zx.internal_organization_id = MO_GLOBAL.get_current_org_id
8379: AND zx.entity_code = G_AR_ENTITY_CODE

Line 8438: zx_lines_det_factors zxdet

8434: zxdet.product_fisc_classification,
8435: zxdet.user_defined_fisc_class,
8436: zxdet.product_type
8437: FROM zx_lines zx,
8438: zx_lines_det_factors zxdet
8439: WHERE zx.trx_id = cp_trx_id
8440: AND zx.trx_line_id = cp_trx_line_id
8441: AND zx.internal_organization_id = MO_GLOBAL.get_current_org_id
8442: AND zx.entity_code = G_AR_ENTITY_CODE