DBA Data[Home] [Help]

APPS.ARP_MISC_CASH_DIST dependencies on ARP_MISC_CASH_DIST

Line 1: PACKAGE BODY ARP_MISC_CASH_DIST AS

1: PACKAGE BODY ARP_MISC_CASH_DIST AS
2: /* $Header: ARREMCDB.pls 120.18 2006/11/24 08:39:16 susivara ship $ */
3:
4: /* declare subtype */
5:

Line 131: arp_misc_cash_dist_pkg.delete_p(p_mcd_id);

127: --begin 1813186
128: -- end if; -- bug5655154
129: --end 1813186
130:
131: arp_misc_cash_dist_pkg.delete_p(p_mcd_id);
132: --Table handler for MCD record
133:
134:
135: IF PG_DEBUG in ('Y', 'C') THEN

Line 384: arp_misc_cash_dist_pkg.insert_p(l_mcd_rec, l_mcd_id);

380:
381:
382: -- Call table handler for ar_misc_cash_distributions to insert record.
383:
384: arp_misc_cash_dist_pkg.insert_p(l_mcd_rec, l_mcd_id);
385:
386:
387: --begin for 1543654
388:

Line 656: arp_misc_cash_dist_pkg.insert_p(l_mcd_rec, l_mcd_id);

652:
653:
654: -- Call table handler for ar_misc_cash_distributions to insert record.
655:
656: arp_misc_cash_dist_pkg.insert_p(l_mcd_rec, l_mcd_id);
657:
658: -- populate return variable:
659:
660: p_mcd_id := l_mcd_id;

Line 807: arp_misc_cash_dist_pkg.fetch_p(p_misc_cash_distribution_id, l_mcd_rec);

803: -- ??????
804:
805:
806: -- fetch existing record from database:
807: arp_misc_cash_dist_pkg.fetch_p(p_misc_cash_distribution_id, l_mcd_rec);
808: --begin 1543658
809: -- this select will fetch some important information
810: -- which we need to pass in the table handler
811: -- of AR Distributions

Line 949: arp_misc_cash_dist_pkg.update_p(l_mcd_rec);

945: END IF;
946:
947: -- Call table handler for ar_misc_cash_distributions to update record.
948:
949: arp_misc_cash_dist_pkg.update_p(l_mcd_rec);
950:
951: /*-------------------------------------------------------------------------+
952: | Bug 2399871 : Call the Accounting Engine for the unposted records only .|
953: +-------------------------------------------------------------------------*/

Line 1178: arp_misc_cash_dist_pkg.fetch_p(p_misc_cash_distribution_id, l_mcd_rec);

1174: -- ??????
1175:
1176: -- fetch existing record from database:
1177:
1178: arp_misc_cash_dist_pkg.fetch_p(p_misc_cash_distribution_id, l_mcd_rec);
1179:
1180: -- check if record has already been posted. If yes, raise exception
1181: -- (updates are not allowed in that case).
1182:

Line 1223: arp_misc_cash_dist_pkg.update_p(l_mcd_rec);

1219: l_mcd_rec.created_from := 'ARRERCT';
1220:
1221: -- Call table handler for ar_misc_cash_distributions to update record.
1222:
1223: arp_misc_cash_dist_pkg.update_p(l_mcd_rec);
1224:
1225:
1226:
1227:

Line 1331: arp_misc_cash_dist_pkg.nowaitlock_fetch_p(p_misc_cash_distribution_id, l_mcd_rec);

1327:
1328: -- ??????
1329:
1330:
1331: arp_misc_cash_dist_pkg.nowaitlock_fetch_p(p_misc_cash_distribution_id, l_mcd_rec);
1332: --bug5655154, commented accounting_method = 'ACCRUAL' check
1333: --begin 1813186
1334: -- if arp_global.sysparam.accounting_method = 'ACCRUAL' then
1335: --end 1813186

Line 1627: arp_misc_cash_dist_pkg.update_p(mcd_tbl_tbl(l_ctr));

1623: end if; -- Added for bug2113787.
1624: END LOOP;
1625: IF update_flag='Y' THEN
1626: FOR l_ctr IN mcd_tbl_tbl.FIRST .. mcd_tbl_tbl.LAST LOOP
1627: arp_misc_cash_dist_pkg.update_p(mcd_tbl_tbl(l_ctr));
1628: END LOOP;
1629: p_flag :=p_flag +1;
1630: END IF;
1631: mcd_tbl_tbl.delete;

Line 1763: END ARP_MISC_CASH_DIST;

1759: raise ;
1760: END misc_cash_tax_line_ccid_in_ard;
1761: /* End bug fix 2300268 */
1762:
1763: END ARP_MISC_CASH_DIST;