DBA Data[Home] [Help]

APPS.LNS_BILLING_BATCH_PUB dependencies on AR_PAYMENT_SCHEDULES_ALL

Line 1204: ar_payment_schedules_all psa

1200: lines.INTERFACE_LINE_ATTRIBUTE5,
1201: lines.INTERFACE_LINE_ATTRIBUTE6
1202: from RA_CUSTOMER_TRX trx,
1203: RA_CUSTOMER_TRX_LINES lines,
1204: ar_payment_schedules_all psa
1205: where
1206: trx.batch_id = P_BATCH_ID
1207: and trx.customer_trx_id = lines.customer_trx_id
1208: and trx.customer_trx_id = psa.customer_trx_id(+) -- outer join is for case when invoice is created incomplete