DBA Data[Home] [Help]

APPS.ARP_MISC_CASH_DIST dependencies on ARP_UTIL

Line 944: arp_util.debug('MCD amount ' || TO_CHAR(l_mcd_rec.amount));

940: l_mcd_rec.code_combination_id := p_code_combination_id;
941: l_mcd_rec.created_from := 'ARRERCT';
942:
943: IF PG_DEBUG in ('Y', 'C') THEN
944: arp_util.debug('MCD amount ' || TO_CHAR(l_mcd_rec.amount));
945: END IF;
946:
947: -- Call table handler for ar_misc_cash_distributions to update record.
948:

Line 1339: arp_util.debug('lock_mcd_rec: ' || ' MCD_ID ' || TO_CHAR(p_misc_cash_distribution_id));

1335: --end 1813186
1336:
1337: IF PG_DEBUG in ('Y', 'C') THEN
1338: arp_standard.debug('Begin lock Dist amount ');
1339: arp_util.debug('lock_mcd_rec: ' || ' MCD_ID ' || TO_CHAR(p_misc_cash_distribution_id));
1340: END IF;
1341:
1342: -- begin, bug5655154, to check if distributions already exist or not
1343: SELECT count(*) cnt into l_ard_cnt

Line 1444: arp_util.debug(' distribution amount ' || TO_CHAR(l_dist_rec_amt));

1440: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
1441: APP_EXCEPTION.Raise_Exception;
1442: END IF;
1443: IF PG_DEBUG in ('Y', 'C') THEN
1444: arp_util.debug(' distribution amount ' || TO_CHAR(l_dist_rec_amt));
1445: arp_standard.debug(' End lock AR_DIST amount');
1446: END IF;
1447:
1448: --begin 1813186

Line 1470: -- arp_util.debug( SQLERRM );

1466: -- FND_MESSAGE.Set_Name('FND', 'FORM-CANNOT LOCK');
1467: -- FND_MESSAGE.set_token( 'TABLE', 'AR_MISC_CASH_DISTRIBUTIONS');
1468: -- APP_EXCEPTION.Raise_Exception;
1469: -- ELSE
1470: -- arp_util.debug( SQLERRM );
1471: -- RAISE;
1472: -- END IF;
1473:
1474: -- APP_EXCEPTION.Raise_Exception;

Line 1586: arp_util.calc_acctd_amount( NULL,

1582: -- Changes for triangulation: If exchange rate type is not user, call
1583: -- GL API to calculate accounted amount
1584: IF (l_cr_rec.type = 'MISC' ) THEN
1585: IF (l_cr_rec.exchange_rate_type = 'User') THEN
1586: arp_util.calc_acctd_amount( NULL,
1587: NULL,
1588: NULL,
1589: l_cr_rec.exchange_rate,
1590: '+',

Line 1648: arp_util.debug('round_correction_mcd_rec: ' || 'Rounding error = ' ||to_char(l_rounding_diff));

1644: WHERE cash_receipt_id = p_cash_receipt_id
1645: and reversal_gl_date is null;
1646:
1647: IF PG_DEBUG in ('Y', 'C') THEN
1648: arp_util.debug('round_correction_mcd_rec: ' || 'Rounding error = ' ||to_char(l_rounding_diff));
1649: arp_util.debug('round_correction_mcd_rec: ' || 'Rounding error (acctd) = ' ||to_char(l_acctd_rounding_diff));
1650: END IF;
1651:
1652: IF (l_acctd_rounding_diff <> 0 OR l_rounding_diff <>0) THEN

Line 1649: arp_util.debug('round_correction_mcd_rec: ' || 'Rounding error (acctd) = ' ||to_char(l_acctd_rounding_diff));

1645: and reversal_gl_date is null;
1646:
1647: IF PG_DEBUG in ('Y', 'C') THEN
1648: arp_util.debug('round_correction_mcd_rec: ' || 'Rounding error = ' ||to_char(l_rounding_diff));
1649: arp_util.debug('round_correction_mcd_rec: ' || 'Rounding error (acctd) = ' ||to_char(l_acctd_rounding_diff));
1650: END IF;
1651:
1652: IF (l_acctd_rounding_diff <> 0 OR l_rounding_diff <>0) THEN
1653: