DBA Data[Home] [Help]

APPS.ARRX_RC dependencies on AR_RECEIVABLE_APPS_MRC_V

Line 1320: from ar_receivable_apps_mrc_v

1316: decode(sum(decode(status,'UNAPP', amount_applied,0))
1317: , 0 , var.l_app , var.l_unapp),
1318: var.l_unid)
1319: into var.receipt_status
1320: from ar_receivable_apps_mrc_v
1321: where cash_receipt_id = var.cash_receipt_id;
1322: END IF;
1323: END IF;
1324: