DBA Data[Home] [Help]

APPS.ARP_BR_HOUSEKEEPER_PKG dependencies on AR_RECEIVABLE_APPLICATIONS

Line 1300: from ar_receivable_applications rap

1296: +--------------------------------------------------*/
1297: CURSOR last_std_application_cur IS
1298: select rap.receivable_application_id, rap.cash_receipt_id, rap.gl_date, rap.apply_date,
1299: rap.org_id
1300: from ar_receivable_applications rap
1301: where rap.link_to_customer_trx_id = pg_BR_rec.customer_trx_id
1302: and rap.status = 'ACTIVITY'
1303: and rap.applied_payment_schedule_id = -2
1304: and rap.display = 'Y'