DBA Data[Home] [Help]

APPS.ARP_AUTO_ACCOUNTING dependencies on FND_CURRENCIES

Line 1950: l_base_precision fnd_currencies.precision%type;

1946: l_request_id_pred VARCHAR2(2000);
1947: l_suspense_pred VARCHAR2(100);
1948: l_tax_pred VARCHAR2(500);
1949: l_trx_id_pred VARCHAR2(100);
1950: l_base_precision fnd_currencies.precision%type;
1951: l_base_min_acc_unit VARCHAR2(20);
1952:
1953: BEGIN
1954:

Line 2697: 'fnd_currencies fc_foreign,'

2693: || l_inv_gl_dist_table
2694: || l_salesreps_table
2695: || l_tax_table
2696: || CRLF ||
2697: 'fnd_currencies fc_foreign,'
2698: || l_gl_dist_table
2699: || CRLF ||
2700: 'ra_cust_trx_line_gl_dist rgd,
2701: ra_customer_trx_lines ctl,