DBA Data[Home] [Help]

APPS.ARP_PROC_RCT_UTIL dependencies on GL_CA_UTILITY_PKG

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

545: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE
546: ) IS
547:
548: l_rounding_diff NUMBER;
549: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr; /* MRC */
550:
551: BEGIN
552:
553: IF PG_DEBUG in ('Y', 'C') THEN

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

669: l_trx_code_combination_id ar_receivables_trx.code_combination_id%TYPE;
670: l_distribution_set_id ar_receivables_trx.default_acctg_distribution_set%TYPE;
671: l_dummy ar_misc_cash_distributions.misc_cash_distribution_id%TYPE;
672: l_misc_cash_dist_rec ar_misc_cash_distributions%ROWTYPE;
673: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr; /* MRC */
674: l_crh_ccid ar_cash_receipt_history.account_code_combination_id%TYPE; /*Bug fix 4025652 */
675: l_type ar_receivables_trx.type%TYPE; /*4726219 */
676:
677: l_xla_ev_rec arp_xla_events.xla_events_type;

Line 930: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr;

926: l_new_recs_auto_flag BOOLEAN;
927: l_count NUMBER;
928: l_posted ar_cash_receipt_history.posting_control_id%TYPE;
929: l_ae_doc_rec l_ae_doc_rec_type;
930: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr;
931: l_old_default_distribution_set NUMBER; --Bug 6416611
932: l_default_distribution_set NUMBER; --Bug 6416611
933: dummy varchar2(1); --Bug 6416611
934: BEGIN

Line 1532: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr;

1528: l_precision NUMBER;
1529: l_acctd_rounding_diff NUMBER;
1530: l_rounding_diff NUMBER;
1531: l_misc_cash_dist_id ar_misc_cash_distributions.misc_cash_distribution_id%TYPE; /* added for mrc changes */
1532: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr;
1533:
1534: l_xla_ev_rec arp_xla_events.xla_events_type;
1535:
1536: /* Bug fix 2843634

Line 1811: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr;

1807: l_min_unit NUMBER;
1808: l_precision NUMBER;
1809: l_acctd_rounding_diff NUMBER;
1810: l_rounding_diff NUMBER;
1811: l_misc_cash_key_value_list gl_ca_utility_pkg.r_key_value_arr;
1812:
1813: BEGIN
1814:
1815: arp_standard.debug('arp_process_receipts.update_manual_dist()+');