DBA Data[Home] [Help]

APPS.ARP_RATE_ADJ dependencies on ARP_ACCT_MAIN

Line 7: SUBTYPE ae_doc_rec_type IS arp_acct_main.ae_doc_rec_type;

3:
4: /* =======================================================================
5: | Global Data Types
6: * ======================================================================*/
7: SUBTYPE ae_doc_rec_type IS arp_acct_main.ae_doc_rec_type;
8:
9: --
10: --gscc change
11: PG_DEBUG varchar2(1);

Line 358: g_ae_sys_rec arp_acct_main.ae_sys_rec_type;

354: l_FRT_ED_AMOUNT DBMS_SQL.NUMBER_TABLE;
355: l_FRT_UNED_ACCTD_AMOUNT DBMS_SQL.NUMBER_TABLE;
356: l_FRT_UNED_AMOUNT DBMS_SQL.NUMBER_TABLE;
357: l_customer_trx_line_id DBMS_SQL.NUMBER_TABLE;
358: g_ae_sys_rec arp_acct_main.ae_sys_rec_type;
359: BEGIN
360: --
361: IF PG_DEBUG in ('Y', 'C') THEN
362: arp_standard.debug( '>> ARBRAD MAIN' );

Line 1033: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

1029: l_ae_doc_rec.source_table := 'MCD';
1030: l_ae_doc_rec.source_id := temp_num; --new record
1031: l_ae_doc_rec.source_id_old := old_misc.misc_cash_distribution_id; --old record for reversal
1032: l_ae_doc_rec.other_flag := 'REVERSE';
1033: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
1034:
1035: /*----------------------------------*
1036: | Update the Reversed Distribution |
1037: *----------------------------------*/

Line 1106: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

1102: l_ae_doc_rec.source_table := 'MCD';
1103: l_ae_doc_rec.source_id := '';
1104: l_ae_doc_rec.source_id_old := '';
1105: l_ae_doc_rec.other_flag := '';
1106: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
1107:
1108: /*CCR- Check to see if this MISC receipt is a negative credit card receipt
1109: -- Paula for CC Refund Rate adjustment. */
1110:

Line 1547: arp_acct_main.Create_Acct_Entry(

1543: AND ard.source_id = ora.receivable_application_id
1544: AND ard.activity_bucket IS NOT NULL
1545: AND ora.applied_customer_trx_id = trx.customer_trx_id;
1546:
1547: arp_acct_main.Create_Acct_Entry(
1548: p_ae_doc_rec => l_ae_doc_rec,
1549: p_client_server => NULL,
1550: p_from_llca_call=> 'Y',
1551: p_gt_id => l_gt_id);

Line 1554: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

1550: p_from_llca_call=> 'Y',
1551: p_gt_id => l_gt_id);
1552:
1553: ELSE
1554: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
1555: END IF;
1556:
1557:
1558: /*---------------------------------------------*

Line 1988: arp_acct_main.Create_Acct_Entry(

1984: AND ard.source_id = ora.receivable_application_id
1985: AND ard.activity_bucket IS NOT NULL
1986: AND ora.applied_customer_trx_id = trx.customer_trx_id;
1987:
1988: arp_acct_main.Create_Acct_Entry(
1989: p_ae_doc_rec => l_ae_doc_rec,
1990: p_client_server => NULL,
1991: p_from_llca_call=> 'Y',
1992: p_gt_id => l_gt_id);

Line 2018: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

2014: --}
2015:
2016: ELSE
2017: --Call the creation of distributions in normal case
2018: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
2019: END IF;
2020: --}
2021:
2022: --

Line 2034: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

2030: l_ae_doc_rec.source_table := 'RA';
2031: l_ae_doc_rec.source_id := temp_num; --new UNAPP record
2032: l_ae_doc_rec.source_id_old := l_app_id; --paired APP record
2033: l_ae_doc_rec.other_flag := 'PAIR';
2034: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
2035:
2036: END IF; --end if for maximum write-off amount check
2037:
2038: /* Bug 2821139 - if a netting application the opposing

Line 2218: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

2214: l_ae_doc_rec.source_table := 'RA';
2215: l_ae_doc_rec.source_id := temp_num; --new UNAPP record
2216: l_ae_doc_rec.source_id_old := '';
2217: l_ae_doc_rec.other_flag := '';
2218: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
2219:
2220: ELSE
2221: ins_ra_rec.acctd_amount_applied_from := cr_acctd_amount;
2222: ins_ra_rec.amount_applied := cr.amount;

Line 2302: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

2298: l_ae_doc_rec.source_table := 'RA';
2299: l_ae_doc_rec.source_id := temp_num; --new UNID record
2300: l_ae_doc_rec.source_id_old := '';
2301: l_ae_doc_rec.other_flag := '';
2302: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
2303:
2304: END IF;
2305: --arp_standard.debug('HYU-5');
2306: