DBA Data[Home] [Help]

APPS.JE_IT_LISTING_PKG dependencies on AR_RECEIVABLE_APPLICATIONS_ALL

Line 1047: FROM ar_receivable_applications_all arap,

1043: AND rtp.org_id = rth.org_id --bug 7031451
1044: AND ( (rtp.type <> 'CM') or
1045: (rtp.type = 'CM'
1046: and EXISTS(SELECT arct.customer_trx_id
1047: FROM ar_receivable_applications_all arap,
1048: ra_customer_trx_all arct
1049: WHERE arap.customer_trx_id = rth.customer_trx_id
1050: AND application_type ='CM'
1051: AND arap.applied_customer_trx_id = arct.customer_trx_id