DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS_3 dependencies on AR_SYSTEM_PARAMETERS

Line 15: pg_set_of_books_id ar_system_parameters.set_of_books_id%type;

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
19:

Line 572: ar_system_parameters sys

568: arc.creation_method_code
569: FROM ar_receipt_methods arm,
570: ra_cust_receipt_methods rcrm,
571: ar_receipt_classes arc,
572: ar_system_parameters sys
573: WHERE arm.receipt_method_id = rcrm.receipt_method_id
574: AND arm.receipt_class_id = arc.receipt_class_id
575: AND arc.creation_method_code = 'BR'
576: AND NVL(sys.bills_receivable_enabled_flag,'N') = 'Y'