DBA Data[Home] [Help]

APPS.FUN_AP_TRANSFER dependencies on FUN_DIST_LINES

Line 484: FROM fun_dist_lines d,

480: CURSOR c_dist IS
481: SELECT NVL(d.amount_cr,0), NVL(d.amount_dr,0), d.ccid,
482: d.dist_type_flag, NVL(t.reci_amount_cr,0), NVL(t.reci_amount_dr,0),
483: d.dist_id, t.line_type_flag, d.description -- Bug No : 7122846
484: FROM fun_dist_lines d,
485: fun_trx_lines t
486: WHERE t.trx_id = p_trx_id AND
487: d.line_id = t.line_id AND
488: d.party_type_flag = 'R';