DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on AR_SYSTEM_PARAMETERS

Line 1007: AR_SYSTEM_PARAMETERS AR,

1003: RA_CUSTOMER_TRX_LINES LINES,
1004: RA_CUST_TRX_LINE_GL_DIST REC,
1005: FND_CURRENCIES CURR,
1006: FND_DOCUMENT_SEQUENCES SEQ,
1007: AR_SYSTEM_PARAMETERS AR,
1008: RA_BATCH_SOURCES BS,
1009: RA_CUST_TRX_TYPES TYPES,
1010: HZ_CUST_ACCOUNTS BILL_CUST,
1011: HZ_PARTIES BILL_PARTY,

Line 2520: AR_SYSTEM_PARAMETERS AR,

2516: FROM
2517: RA_CUSTOMER_TRX TRX,
2518: FND_CURRENCIES CURR,
2519: FND_DOCUMENT_SEQUENCES SEQ,
2520: AR_SYSTEM_PARAMETERS AR,
2521: RA_BATCH_SOURCES BS,
2522: RA_CUST_TRX_TYPES TYPES,
2523: HZ_CUST_ACCOUNTS BILL_CUST,
2524: HZ_PARTIES BILL_PARTY,

Line 2672: pg_trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type;

2668:
2669: --Added for bug 5211848 (call to arp_rounding)
2670: pg_base_precision fnd_currencies.precision%type;
2671: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
2672: pg_trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type;
2673: l_error_message VARCHAR2(128);
2674: l_dist_count NUMBER;
2675: l_rules_check_flag VARCHAR2(1);
2676: l_account_set_flag VARCHAR2(1);

Line 2967: pg_trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type;

2963: l_dist_count NUMBER;
2964: l_error_message VARCHAR2(128);
2965: pg_base_precision fnd_currencies.precision%type;
2966: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
2967: pg_trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type;
2968:
2969: BEGIN
2970: arp_util.debug('ARP_ETAX_SERVICES_PKG.Override_Tax_Lines(+)');
2971: