DBA Data[Home] [Help]

APPS.AR_INVOICE_DEFAULT_PVT dependencies on AR_TRX_DIST_GT

Line 327: UPDATE ar_trx_dist_gt

323: UPDATE ar_trx_header_gt
324: SET gl_date = l_default_gl_date
325: WHERE trx_header_id = ar_invoice_gt_rec.trx_header_id;
326:
327: UPDATE ar_trx_dist_gt
328: SET gl_date = l_default_gl_date
329: WHERE trx_header_id = ar_invoice_gt_rec.trx_header_id
330: AND gl_date is null;
331: