DBA Data[Home] [Help]

APPS.ARP_PROC_RCT_UTIL dependencies on GL_CA_UTILITY_PKG

Line 564: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr; /* MRC */

560: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE
561: ) IS
562:
563: l_rounding_diff NUMBER;
564: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr; /* MRC */
565:
566: BEGIN
567:
568: IF PG_DEBUG in ('Y', 'C') THEN

Line 688: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr; /* MRC */

684: l_trx_code_combination_id ar_receivables_trx.code_combination_id%TYPE;
685: l_distribution_set_id ar_receivables_trx.default_acctg_distribution_set%TYPE;
686: l_dummy ar_misc_cash_distributions.misc_cash_distribution_id%TYPE;
687: l_misc_cash_dist_rec ar_misc_cash_distributions%ROWTYPE;
688: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr; /* MRC */
689: l_crh_ccid ar_cash_receipt_history.account_code_combination_id%TYPE; /*Bug fix 4025652 */
690: l_type ar_receivables_trx.type%TYPE; /*4726219 */
691:
692: l_xla_ev_rec arp_xla_events.xla_events_type;

Line 945: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr;

941: l_new_recs_auto_flag BOOLEAN;
942: l_count NUMBER;
943: l_posted ar_cash_receipt_history.posting_control_id%TYPE;
944: l_ae_doc_rec l_ae_doc_rec_type;
945: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr;
946: l_old_default_distribution_set NUMBER; --Bug 6416611
947: l_default_distribution_set NUMBER; --Bug 6416611
948: dummy varchar2(1); --Bug 6416611
949: BEGIN

Line 1547: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr;

1543: l_precision NUMBER;
1544: l_acctd_rounding_diff NUMBER;
1545: l_rounding_diff NUMBER;
1546: l_misc_cash_dist_id ar_misc_cash_distributions.misc_cash_distribution_id%TYPE; /* added for mrc changes */
1547: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr;
1548:
1549: l_xla_ev_rec arp_xla_events.xla_events_type;
1550:
1551: /* Bug fix 2843634

Line 1826: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr;

1822: l_min_unit NUMBER;
1823: l_precision NUMBER;
1824: l_acctd_rounding_diff NUMBER;
1825: l_rounding_diff NUMBER;
1826: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr;
1827:
1828: BEGIN
1829:
1830: arp_standard.debug('arp_process_receipts.update_manual_dist()+');