DBA Data[Home] [Help]

APPS.FUN_GL_TRANSFER dependencies on FUN_TRX_LINES

Line 281: fun_trx_lines t,

277: h.batch_id,
278: h.trx_id,
279: d.dist_id
280: FROM fun_dist_lines d,
281: fun_trx_lines t,
282: fun_trx_headers h
283: WHERE t.trx_id = p_trx_id AND
284: d.line_id = t.line_id AND
285: h.trx_id = t.trx_id AND