DBA Data[Home] [Help]

APPS.ARP_PROCESS_COMMITMENT dependencies on FND_CURRENCIES

Line 10: pg_base_precision fnd_currencies.precision%type;

6: pg_text_dummy varchar2(10);
7: pg_number_dummy number(15);
8:
9: pg_base_curr_code gl_sets_of_books.currency_code%type;
10: pg_base_precision fnd_currencies.precision%type;
11: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
12:
13: TYPE changed_flags_rec_type IS RECORD
14: (

Line 11: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;

7: pg_number_dummy number(15);
8:
9: pg_base_curr_code gl_sets_of_books.currency_code%type;
10: pg_base_precision fnd_currencies.precision%type;
11: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
12:
13: TYPE changed_flags_rec_type IS RECORD
14: (
15: inventory_item_id_changed_flag boolean,

Line 966: fnd_currencies.currency_code%type,

962: +===========================================================================*/
963:
964: PROCEDURE header_post_update( p_commitment_rec IN commitment_rec_type,
965: p_foreign_currency_code IN
966: fnd_currencies.currency_code%type,
967: p_exchange_rate IN
968: ra_customer_trx.exchange_rate%type,
969: p_rerun_autoacc_flag IN boolean )
970: IS