DBA Data[Home] [Help]

APPS.ARRX_RC dependencies on AR_RECEIVABLE_APPS_MRC_V

Line 1393: from ar_receivable_apps_mrc_v

1389: decode(sum(decode(status,'UNAPP', amount_applied,0))
1390: , 0 , var.l_app , var.l_unapp),
1391: var.l_unid)
1392: into var.receipt_status
1393: from ar_receivable_apps_mrc_v
1394: where cash_receipt_id = var.cash_receipt_id;
1395: END IF;
1396: END IF;
1397: