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 362: g_ae_sys_rec arp_acct_main.ae_sys_rec_type;

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

Line 1046: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

1042: l_ae_doc_rec.source_table := 'MCD';
1043: l_ae_doc_rec.source_id := temp_num; --new record
1044: l_ae_doc_rec.source_id_old := old_misc.misc_cash_distribution_id; --old record for reversal
1045: l_ae_doc_rec.other_flag := 'REVERSE';
1046: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
1047:
1048: /*----------------------------------*
1049: | Update the Reversed Distribution |
1050: *----------------------------------*/

Line 1127: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

1123: l_ae_doc_rec.source_table := 'MCD';
1124: l_ae_doc_rec.source_id := '';
1125: l_ae_doc_rec.source_id_old := '';
1126: l_ae_doc_rec.other_flag := '';
1127: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
1128:
1129: /*CCR- Check to see if this MISC receipt is a negative credit card receipt
1130: -- Paula for CC Refund Rate adjustment. */
1131:

Line 1606: arp_acct_main.Create_Acct_Entry(

1602: AND ard.source_id = ora.receivable_application_id
1603: AND ard.activity_bucket IS NOT NULL
1604: AND ora.applied_customer_trx_id = trx.customer_trx_id;
1605:
1606: arp_acct_main.Create_Acct_Entry(
1607: p_ae_doc_rec => l_ae_doc_rec,
1608: p_client_server => NULL,
1609: p_from_llca_call=> 'Y',
1610: p_gt_id => l_gt_id);

Line 1613: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

1609: p_from_llca_call=> 'Y',
1610: p_gt_id => l_gt_id);
1611:
1612: ELSE
1613: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
1614: END IF;
1615:
1616:
1617: /*---------------------------------------------*

Line 2064: arp_acct_main.Create_Acct_Entry(

2060: AND ard.source_id = ora.receivable_application_id
2061: AND ard.activity_bucket IS NOT NULL
2062: AND ora.applied_customer_trx_id = trx.customer_trx_id;
2063:
2064: arp_acct_main.Create_Acct_Entry(
2065: p_ae_doc_rec => l_ae_doc_rec,
2066: p_client_server => NULL,
2067: p_from_llca_call=> 'Y',
2068: p_gt_id => l_gt_id);

Line 2094: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

2090: --}
2091:
2092: ELSE
2093: --Call the creation of distributions in normal case
2094: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
2095: END IF;
2096: --}
2097:
2098: --

Line 2110: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

2106: l_ae_doc_rec.source_table := 'RA';
2107: l_ae_doc_rec.source_id := temp_num; --new UNAPP record
2108: l_ae_doc_rec.source_id_old := l_app_id; --paired APP record
2109: l_ae_doc_rec.other_flag := 'PAIR';
2110: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
2111:
2112: END IF; --end if for maximum write-off amount check
2113:
2114: /* Bug 2821139 - if a netting application the opposing

Line 2298: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

2294: l_ae_doc_rec.source_table := 'RA';
2295: l_ae_doc_rec.source_id := temp_num; --new UNAPP record
2296: l_ae_doc_rec.source_id_old := '';
2297: l_ae_doc_rec.other_flag := '';
2298: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
2299:
2300: ELSE
2301: ins_ra_rec.acctd_amount_applied_from := cr_acctd_amount;
2302: ins_ra_rec.amount_applied := cr.amount;

Line 2382: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

2378: l_ae_doc_rec.source_table := 'RA';
2379: l_ae_doc_rec.source_id := temp_num; --new UNID record
2380: l_ae_doc_rec.source_id_old := '';
2381: l_ae_doc_rec.other_flag := '';
2382: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
2383:
2384: END IF;
2385: --arp_standard.debug('HYU-5');
2386: