DBA Data[Home] [Help]

APPS.ARP_BAL_UTIL dependencies on ARP_UTIL

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

2349: RETURN BOOLEAN IS
2350: l_count NUMBER;
2351:
2352: BEGIN
2353: arp_util.debug('Line_Level_Activity()+' );
2354:
2355: Select count(customer_Trx_line_id)
2356: INTO l_count
2357: from ar_activity_details

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

2361: WHERE customer_trx_id = p_customer_trx_id)
2362: and nvl(CURRENT_ACTIVITY_FLAG, 'Y') = 'Y'; -- bug 7241111
2363:
2364: IF ( l_count > 0) THEN
2365: arp_util.debug('Line_Level_Activity Exists()-' );
2366: RETURN TRUE;
2367: ELSE
2368: arp_util.debug('Line_Level_Activity Does Not Exist()-' );
2369: RETURN FALSE;

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

2364: IF ( l_count > 0) THEN
2365: arp_util.debug('Line_Level_Activity Exists()-' );
2366: RETURN TRUE;
2367: ELSE
2368: arp_util.debug('Line_Level_Activity Does Not Exist()-' );
2369: RETURN FALSE;
2370: END IF;
2371:
2372: END Line_Level_Activity;

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

2528: l_freight_receipts :=0;
2529: l_charges_receipts := 0;
2530: l_total_receipts := 0;
2531:
2532: arp_util.debug('l_tax_receipts = ' || l_tax_receipts);
2533:
2534: /*-------------------------------------------------------+
2535: | Get the base currency and exchange rate information |
2536: +-------------------------------------------------------*/

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

2773: -- derive the balances for the GROUP ID
2774: ELSIF (p_group_id IS NOT NULL) THEN
2775:
2776: -- line original, tax original, freight original (entered currencies)
2777: arp_util.debug('group amounts');
2778: END IF;
2779:
2780:
2781: -- get total amounts (entered currency)