DBA Data[Home] [Help]

APPS.ARP_UPDATE_LINE_COVER dependencies on FND_CURRENCIES

Line 157: pg_base_precision fnd_currencies.precision%type;

153:
154: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
155:
156: /* Bug 3567353 */
157: pg_base_precision fnd_currencies.precision%type;
158: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
159: pg_trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type;
160:
161: PROCEDURE update_line_cover(

Line 158: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;

154: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
155:
156: /* Bug 3567353 */
157: pg_base_precision fnd_currencies.precision%type;
158: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
159: pg_trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type;
160:
161: PROCEDURE update_line_cover(
162: p_form_name IN varchar2,

Line 167: fnd_currencies.currency_code%type,

163: p_form_version IN number,
164: p_customer_trx_line_id IN
165: ra_customer_trx_lines.customer_trx_line_id%type,
166: p_foreign_currency_code IN
167: fnd_currencies.currency_code%type,
168: p_exchange_rate IN
169: ra_customer_trx.exchange_rate%type,
170: p_recalculate_tax_flag IN boolean,
171: p_rerun_autoacc_flag IN boolean,