DBA Data[Home] [Help]

APPS.ARP_BAL_UTIL dependencies on ARP_BAL_UTIL

Line 1: PACKAGE BODY ARP_BAL_UTIL AS

1: PACKAGE BODY ARP_BAL_UTIL AS
2: /* $Header: ARTUBALB.pls 120.10.12010000.6 2008/11/17 11:11:39 pbapna ship $ */
3:
4:
5: /*===========================================================================+

Line 404: arp_standard.debug('ARP_BAL_UTIL.Transaction_Balances (+)');

400: l_new_chrg_acctd_amt NUMBER;
401: l_new_tax_acctd_amt NUMBER;
402: l_cm_refunds NUMBER;
403: BEGIN
404: arp_standard.debug('ARP_BAL_UTIL.Transaction_Balances (+)');
405: /*---------------------------------------------------+
406: | Get the Open Receivable Flag and Exchange Rate |
407: | if either was not provided. |
408: +---------------------------------------------------*/

Line 1570: arp_standard.debug('ARP_BAL_UTIL.Transaction_Balances (-)');

1566:
1567: EXCEPTION
1568: WHEN OTHERS THEN
1569: RAISE;
1570: arp_standard.debug('ARP_BAL_UTIL.Transaction_Balances (-)');
1571: END;
1572:
1573: /*===========================================================================+
1574: | PROCEDURE |

Line 1630: arp_bal_util.transaction_balances(p_customer_trx_id,

1626:
1627:
1628: BEGIN
1629:
1630: arp_bal_util.transaction_balances(p_customer_trx_id,
1631: p_open_receivables_flag,
1632: 1,
1633: 'SUMMARY',
1634: 'E',

Line 1748: arp_bal_util.get_summary_trx_balances( p_customer_trx_id,

1744:
1745: IF (p_customer_trx_id IS NULL)
1746: THEN RETURN(NULL);
1747: ELSE
1748: arp_bal_util.get_summary_trx_balances( p_customer_trx_id,
1749: p_open_receivables_flag,
1750: l_dummy,
1751: l_dummy,
1752: l_dummy,

Line 1813: arp_bal_util.calc_commitment_balance( p_customer_trx_id,

1809:
1810: BEGIN
1811:
1812: RETURN(
1813: arp_bal_util.calc_commitment_balance( p_customer_trx_id,
1814: p_class,
1815: 'Y',
1816: p_oe_installed_flag,
1817: p_so_source_code )

Line 2879: END ARP_BAL_UTIL;

2875:
2876: --
2877: END trx_line_balances;
2878:
2879: END ARP_BAL_UTIL;