DBA Data[Home] [Help]

APPS.AR_INVOICE_DEFAULT_PVT dependencies on AR_TRX_DIST_GT

Line 328: UPDATE ar_trx_dist_gt

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