DBA Data[Home] [Help]

APPS.POR_TAX_PVT dependencies on ZX_REC_NREC_DIST_GT

Line 49: FROM ZX_REC_NREC_DIST_GT

45: CURSOR c_get_tax IS
46: SELECT trx_line_dist_id,
47: sum(decode(recoverable_flag, 'Y', rec_nrec_tax_amt_funcl_curr, 0)) as recov_tax,
48: sum(decode(recoverable_flag, 'N', rec_nrec_tax_amt_funcl_curr, 0)) as non_recov_tax
49: FROM ZX_REC_NREC_DIST_GT
50: GROUP BY trx_line_dist_id;
51:
52: BEGIN
53: l_progress := 0;