DBA Data[Home] [Help]

APPS.AR_UPGRADE_CASH_ACCRUAL dependencies on PSA_MF_ADJ_DIST_ALL

Line 1743: psa_mf_adj_dist_all psad,

1739: , NULL -- tax_inc_flag
1740: , NULL -- ref_line_id
1741: , 'Y' -- REF_MF_DIST_FLAG
1742: FROM ar_adjustments_all adj,
1743: psa_mf_adj_dist_all psad,
1744: (SELECT MAX(ref_customer_trx_id) ref_customer_trx_id,
1745: MAX(to_currency) invoice_currency_code
1746: FROM ra_ar_gt
1747: GROUP BY ref_customer_trx_id, to_currency) trx,