DBA Data[Home] [Help]

APPS.ARP_XLA_UPGRADE dependencies on AR_CASH_BASIS_DISTS_ALL

Line 3317: -- Update gl_sl_link_id for AR_CASH_BASIS_DISTS_ALL data

3313: where rowid between l_start_rowid and l_end_rowid
3314: and gir.reference_10 = 'AR_RECEIVABLE_APPLICATIONS'
3315: and gir.gl_sl_link_id is null;
3316:
3317: -- Update gl_sl_link_id for AR_CASH_BASIS_DISTS_ALL data
3318:
3319: UPDATE /*+ rowid(gimp) */
3320: GL_IMPORT_REFERENCES GIMP
3321: SET

Line 3742: ar_cash_basis_dists_all cbs,

3738: ar_cash_receipt_history_all crh,
3739: ar_cash_receipts_all cr,
3740: xla_events ev,
3741: xla_ae_headers hdr,
3742: ar_cash_basis_dists_all cbs,
3743: ra_cust_trx_line_gl_dist_all ctlgd
3744: where app.rowid >= l_start_rowid
3745: and app.rowid <= l_end_rowid
3746: and nvl(app.postable,'Y') = 'Y'

Line 5089: ar_cash_basis_dists_all cbs,

5085: ar_cash_receipt_history_all crh,
5086: ar_cash_receipts_all cr,
5087: xla_events ev,
5088: xla_ae_headers hdr,
5089: ar_cash_basis_dists_all cbs,
5090: ra_cust_trx_line_gl_dist_all ctlgd
5091: where nvl(app.postable,'Y') = 'Y'
5092: and cr.cash_receipt_id = p_cash_receipt_id
5093: and nvl(sys.org_id,-9999) = nvl(cr.org_id, -9999)