DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS_3 dependencies on FND_CURRENCIES

Line 13: pg_base_precision fnd_currencies.precision%type;

9: pg_number_dummy number;
10: pg_date_dummy date;
11:
12: pg_base_curr_code gl_sets_of_books.currency_code%type;
13: pg_base_precision fnd_currencies.precision%type;
14: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
15: pg_set_of_books_id ar_system_parameters.set_of_books_id%type;
16:
17: pg_remit_to_address_rec address_rec_type := NULL;

Line 14: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;

10: pg_date_dummy date;
11:
12: pg_base_curr_code gl_sets_of_books.currency_code%type;
13: pg_base_precision fnd_currencies.precision%type;
14: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
15: pg_set_of_books_id ar_system_parameters.set_of_books_id%type;
16:
17: pg_remit_to_address_rec address_rec_type := NULL;
18: pg_payment_type_code ar_receipt_methods.payment_type_code%type; --ajay bug 1081390

Line 477: fnd_currencies.currency_code%type,

473: ra_customer_trx.customer_trx_id%type,
474: p_site_use_id IN
475: hz_cust_site_uses.site_use_id%type,
476: p_currency_code IN
477: fnd_currencies.currency_code%type,
478: p_payment_method_name OUT NOCOPY
479: ar_receipt_methods.name%type,
480: p_receipt_method_id OUT NOCOPY
481: ar_receipt_methods.receipt_method_id%type,

Line 713: fnd_currencies.currency_code%type,

709: ra_customer_trx.customer_trx_id%type,
710: p_site_use_id IN
711: hz_cust_site_uses.site_use_id%type,
712: p_currency_code IN
713: fnd_currencies.currency_code%type,
714: p_customer_bank_account_id OUT NOCOPY
715: ce_bank_accounts.bank_account_id%type,
716: p_bank_account_num OUT NOCOPY
717: ce_bank_accounts.bank_account_num%type,

Line 786: fnd_currencies.currency_code%type,

782: PROCEDURE get_payment_method_default(
783: p_trx_date IN
784: ra_customer_trx.trx_date%type,
785: p_currency_code IN
786: fnd_currencies.currency_code%type,
787: p_paying_customer_id IN
788: hz_cust_accounts.cust_account_id%type,
789: p_paying_site_use_id IN
790: hz_cust_site_uses.site_use_id%type,

Line 994: fnd_currencies.currency_code%type,

990: PROCEDURE get_bank_defaults(
991: p_trx_date IN
992: ra_customer_trx.trx_date%type,
993: p_currency_code IN
994: fnd_currencies.currency_code%type,
995: p_paying_customer_id IN
996: hz_cust_accounts.cust_account_id%type,
997: p_paying_site_use_id IN
998: hz_cust_site_uses.site_use_id%type,

Line 1241: fnd_currencies.currency_code%type,

1237: PROCEDURE get_pay_method_and_bank_deflts(
1238: p_trx_date IN
1239: ra_customer_trx.trx_date%type,
1240: p_currency_code IN
1241: fnd_currencies.currency_code%type,
1242: p_paying_customer_id IN
1243: hz_cust_accounts.cust_account_id%type,
1244: p_paying_site_use_id IN
1245: hz_cust_site_uses.site_use_id%type,