DBA Data[Home] [Help]

APPS.ARP_ADJUSTMENTS_PKG dependencies on FND_CURRENCIES

Line 5: pg_base_precision fnd_currencies.precision%type;

1: PACKAGE BODY ARP_ADJUSTMENTS_PKG AS
2: /* $Header: ARTIADJB.pls 120.11 2008/11/03 03:58:04 naneja ship $ */
3:
4: pg_base_curr_code gl_sets_of_books.currency_code%type;
5: pg_base_precision fnd_currencies.precision%type;
6: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
7:
8: pg_msg_level_debug binary_integer;
9:

Line 6: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;

2: /* $Header: ARTIADJB.pls 120.11 2008/11/03 03:58:04 naneja ship $ */
3:
4: pg_base_curr_code gl_sets_of_books.currency_code%type;
5: pg_base_precision fnd_currencies.precision%type;
6: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
7:
8: pg_msg_level_debug binary_integer;
9:
10: /*--------------------------------------------------------+

Line 90: fnd_currencies.currency_code%type,

86: p_adj_rec IN ar_adjustments%rowtype,
87: p_exchange_rate IN
88: ar_payment_schedules.exchange_rate%type,
89: p_currency_code IN
90: fnd_currencies.currency_code%type,
91: p_precision IN fnd_currencies.precision%type,
92: p_mau IN
93: fnd_currencies.minimum_accountable_unit%type)
94: IS

Line 91: p_precision IN fnd_currencies.precision%type,

87: p_exchange_rate IN
88: ar_payment_schedules.exchange_rate%type,
89: p_currency_code IN
90: fnd_currencies.currency_code%type,
91: p_precision IN fnd_currencies.precision%type,
92: p_mau IN
93: fnd_currencies.minimum_accountable_unit%type)
94: IS
95:

Line 93: fnd_currencies.minimum_accountable_unit%type)

89: p_currency_code IN
90: fnd_currencies.currency_code%type,
91: p_precision IN fnd_currencies.precision%type,
92: p_mau IN
93: fnd_currencies.minimum_accountable_unit%type)
94: IS
95:
96: l_accounting_affect_flag ar_receivables_trx.accounting_affect_flag%type;
97: l_adj_post_to_gl_flag ra_cust_trx_types.adj_post_to_gl%type;