DBA Data[Home] [Help]

APPS.FUN_GL_TRANSFER dependencies on FUN_TRX_LINES

Line 283: fun_trx_lines t,

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