DBA Data[Home] [Help]

APPS.ARP_BAL_UTIL dependencies on ARP_UTIL

Line 2266: arp_util.debug('Line_Level_Activity()+' );

2262: RETURN BOOLEAN IS
2263: l_count NUMBER;
2264:
2265: BEGIN
2266: arp_util.debug('Line_Level_Activity()+' );
2267:
2268: Select count(customer_Trx_line_id)
2269: INTO l_count
2270: from ar_activity_details

Line 2278: arp_util.debug('Line_Level_Activity Exists()-' );

2274: WHERE customer_trx_id = p_customer_trx_id)
2275: and nvl(CURRENT_ACTIVITY_FLAG, 'Y') = 'Y'; -- bug 7241111
2276:
2277: IF ( l_count > 0) THEN
2278: arp_util.debug('Line_Level_Activity Exists()-' );
2279: RETURN TRUE;
2280: ELSE
2281: arp_util.debug('Line_Level_Activity Does Not Exist()-' );
2282: RETURN FALSE;

Line 2281: arp_util.debug('Line_Level_Activity Does Not Exist()-' );

2277: IF ( l_count > 0) THEN
2278: arp_util.debug('Line_Level_Activity Exists()-' );
2279: RETURN TRUE;
2280: ELSE
2281: arp_util.debug('Line_Level_Activity Does Not Exist()-' );
2282: RETURN FALSE;
2283: END IF;
2284:
2285: END Line_Level_Activity;

Line 2445: arp_util.debug('l_tax_receipts = ' || l_tax_receipts);

2441: l_freight_receipts :=0;
2442: l_charges_receipts := 0;
2443: l_total_receipts := 0;
2444:
2445: arp_util.debug('l_tax_receipts = ' || l_tax_receipts);
2446:
2447: /*-------------------------------------------------------+
2448: | Get the base currency and exchange rate information |
2449: +-------------------------------------------------------*/

Line 2688: arp_util.debug('group amounts');

2684: -- derive the balances for the GROUP ID
2685: ELSIF (p_group_id IS NOT NULL) THEN
2686:
2687: -- line original, tax original, freight original (entered currencies)
2688: arp_util.debug('group amounts');
2689: END IF;
2690:
2691:
2692: -- get total amounts (entered currency)