DBA Data[Home] [Help]

APPS.AR_UPGRADE_CASH_ACCRUAL dependencies on PSA_MF_ADJ_DIST_ALL

Line 1941: psa_mf_adj_dist_all psad,

1937: , NULL -- tax_inc_flag
1938: , NULL -- ref_line_id
1939: , 'Y' -- REF_MF_DIST_FLAG
1940: FROM ar_adjustments_all adj,
1941: psa_mf_adj_dist_all psad,
1942: (SELECT MAX(ref_customer_trx_id) ref_customer_trx_id,
1943: MAX(to_currency) invoice_currency_code
1944: FROM ra_ar_gt
1945: GROUP BY ref_customer_trx_id, to_currency) trx,