DBA Data[Home] [Help]

APPS.ARP_MISC_CASH_DIST dependencies on ARP_ACCT_MAIN

Line 6: SUBTYPE l_ae_doc_rec_type IS arp_acct_main.ae_doc_rec_type ;

2: /* $Header: ARREMCDB.pls 120.18 2006/11/24 08:39:16 susivara ship $ */
3:
4: /* declare subtype */
5:
6: SUBTYPE l_ae_doc_rec_type IS arp_acct_main.ae_doc_rec_type ;
7: --
8: -- new type defined for 1543658
9: TYPE ard_tbl_type IS TABLE of ar_distributions%ROWTYPE
10: INDEX BY BINARY_INTEGER;

Line 471: -- which will be deleted by arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);

467:
468:
469: BEGIN
470: -- to select the tax record of AR distribution in local variable
471: -- which will be deleted by arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);
472: -- In the next call storing it back by
473: -- "procedure ARP_DISTRIBUTIONS_PKG.insert_p(l_ard_tax_rec,l_ard_line_id);"
474: select * into l_ard_tax_rec
475: from ar_distributions

Line 566: arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);

562: and reversal_gl_date is null );
563:
564: -- delete all AR Distribution Entery
565: if l_ard_cnt > 0 then
566: arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);
567: end if;
568:
569: -- strore back all records from above plsql table
570: IF update_flag='Y' THEN

Line 608: --arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

604:
605: --end for 1543658
606:
607: -- Call to accounting engine is commented for 1543658
608: --arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
609:
610: IF PG_DEBUG in ('Y', 'C') THEN
611: arp_standard.debug( 'Insert Misc Cash Receipt Distribution start');
612: END IF;

Line 1039: -- which will be deleted by arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);

1035: -- and current record.
1036:
1037: BEGIN
1038: -- to select the tax record of AR distribution in local variable
1039: -- which will be deleted by arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);
1040: -- In the next call storing it back by
1041: -- "procedure ARP_DISTRIBUTIONS_PKG.insert_p(l_ard_tax_rec,l_ard_line_id);"
1042: select * into l_ard_tax_rec
1043: from ar_distributions

Line 1122: arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);

1118: and reversal_gl_date is null );
1119:
1120: IF l_ard_cnt >0 THEN
1121: -- delete all AR Distribution Entery
1122: arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);
1123: END IF ;
1124: -- end bug5655154
1125: -- strore back all records from above plsql table
1126: IF update_flag='Y' THEN

Line 1161: -- arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

1157:
1158: --end for 1543658
1159:
1160: -- Call to accounting engine is commented for 1543658
1161: -- arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
1162: IF PG_DEBUG in ('Y', 'C') THEN
1163: arp_standard.debug('Update Misc Cash Receipt Distribution end');
1164: END IF;
1165: