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 8406: zx_lines_det_factors zxdet

8402: zxdet.input_tax_classification_code,
8403: zx.legal_entity_id,
8404: zxdet.line_intended_use
8405: FROM zx_lines zx,
8406: zx_lines_det_factors zxdet
8407: WHERE zx.trx_line_id = cp_trx_line_id
8408: AND zx.trx_id = cp_trx_id
8409: AND zx.internal_organization_id = MO_GLOBAL.get_current_org_id
8410: AND zx.entity_code = G_AR_ENTITY_CODE

Line 8469: zx_lines_det_factors zxdet

8465: zxdet.product_fisc_classification,
8466: zxdet.user_defined_fisc_class,
8467: zxdet.product_type
8468: FROM zx_lines zx,
8469: zx_lines_det_factors zxdet
8470: WHERE zx.trx_id = cp_trx_id
8471: AND zx.trx_line_id = cp_trx_line_id
8472: AND zx.internal_organization_id = MO_GLOBAL.get_current_org_id
8473: AND zx.entity_code = G_AR_ENTITY_CODE