DBA Data[Home] [Help]

APPS.ARP_ROUNDING dependencies on FND_CURRENCIES

Line 879: fnd_currencies f,

875: base_precision,
876: base_min_accountable_unit,
877: period_set_name
878: FROM
879: fnd_currencies f,
880: gl_sets_of_books b,
881: ar_system_parameters p
882: WHERE
883: p.set_of_books_id = b.set_of_books_id

Line 1336: fnd_currencies fc,

1332: into l_round_acctd_amount
1333: from ra_customer_trx ct,
1334: ra_customer_trx_lines l,
1335: ra_cust_trx_line_gl_dist rec,
1336: fnd_currencies fc,
1337: gl_sets_of_books gsb
1338: where ct.customer_trx_id = l.customer_trx_id
1339: and ct.customer_trx_id = rec.customer_trx_id
1340: and ct.customer_trx_id = P_CUSTOMER_TRX_ID