DBA Data[Home] [Help]

APPS.POR_TAX_PVT dependencies on ZX_REC_NREC_DIST_GT

Line 55: FROM ZX_REC_NREC_DIST_GT

51: CURSOR c_get_tax IS
52: SELECT trx_line_dist_id,
53: sum(decode(recoverable_flag, 'Y', rec_nrec_tax_amt_funcl_curr, 0)) as recov_tax,
54: sum(decode(recoverable_flag, 'N', rec_nrec_tax_amt_funcl_curr, 0)) as non_recov_tax
55: FROM ZX_REC_NREC_DIST_GT
56: GROUP BY trx_line_dist_id;
57:
58: BEGIN
59: l_progress := 0;