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.23.12020000.2 2012/07/24 03:34:12 rravikir ship $ */
3:
4:
5: /*===========================================================================+

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

464: l_cm_refunds NUMBER;
465: /*9453136*/
466: l_previous_customer_trx_id NUMBER;
467: BEGIN
468: arp_standard.debug('ARP_BAL_UTIL.Transaction_Balances (+)');
469: /*---------------------------------------------------+
470: | Get the Open Receivable Flag and Exchange Rate |
471: | if either was not provided. |
472: +---------------------------------------------------*/

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

1653:
1654: EXCEPTION
1655: WHEN OTHERS THEN
1656: RAISE;
1657: arp_standard.debug('ARP_BAL_UTIL.Transaction_Balances (-)');
1658: END;
1659:
1660: /*===========================================================================+
1661: | PROCEDURE |

Line 1717: arp_bal_util.transaction_balances(p_customer_trx_id,

1713:
1714:
1715: BEGIN
1716:
1717: arp_bal_util.transaction_balances(p_customer_trx_id,
1718: p_open_receivables_flag,
1719: 1,
1720: 'SUMMARY',
1721: 'E',

Line 1835: arp_bal_util.get_summary_trx_balances( p_customer_trx_id,

1831:
1832: IF (p_customer_trx_id IS NULL)
1833: THEN RETURN(NULL);
1834: ELSE
1835: arp_bal_util.get_summary_trx_balances( p_customer_trx_id,
1836: p_open_receivables_flag,
1837: l_dummy,
1838: l_dummy,
1839: l_dummy,

Line 1900: arp_bal_util.calc_commitment_balance( p_customer_trx_id,

1896:
1897: BEGIN
1898:
1899: RETURN(
1900: arp_bal_util.calc_commitment_balance( p_customer_trx_id,
1901: p_class,
1902: 'Y',
1903: p_oe_installed_flag,
1904: p_so_source_code )

Line 2979: END ARP_BAL_UTIL;

2975:
2976: --
2977: END trx_line_balances;
2978:
2979: END ARP_BAL_UTIL;