DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on ARP_BF_BILL

Line 1: PACKAGE BODY arp_bf_bill AS

1: PACKAGE BODY arp_bf_bill AS
2: /* $Header: ARPBFBIB.pls 120.51.12020000.9 2012/07/24 09:22:18 ashlkuma ship $ */
3:
4: -- define structure to store data that needs to be overridden
5: TYPE tab_trx_id IS TABLE OF ra_customer_trx.customer_trx_id%TYPE

Line 2799: write_debug_and_log('arp_bf_bill.Report3(+)');

2795: PROCEDURE Report( P_report IN ReportParametersType) Is
2796:
2797: BEGIN
2798:
2799: write_debug_and_log('arp_bf_bill.Report3(+)');
2800:
2801: IF P_report.print_option in ('DRAFT','FINAL') THEN
2802:
2803: generate(P_Report.print_option,

Line 2857: write_debug_and_log('arp_bf_bill.Report3(-)');

2853: P_report.request_id);
2854:
2855: END IF;
2856:
2857: write_debug_and_log('arp_bf_bill.Report3(-)');
2858:
2859: EXCEPTION
2860: WHEN OTHERS THEN
2861: write_debug_and_log( 'Exception: arp_bf_bill.Report3 :'||sqlerrm );

Line 2861: write_debug_and_log( 'Exception: arp_bf_bill.Report3 :'||sqlerrm );

2857: write_debug_and_log('arp_bf_bill.Report3(-)');
2858:
2859: EXCEPTION
2860: WHEN OTHERS THEN
2861: write_debug_and_log( 'Exception: arp_bf_bill.Report3 :'||sqlerrm );
2862: RAISE_APPLICATION_ERROR( -20000, sqlerrm);
2863: END;
2864:
2865: -- overloaded procedure called for Accept / Reject

Line 2890: write_debug_and_log('arp_bf_bill.Report2 (+)');

2886: from ar_system_parameters
2887: where org_id = nvl(p_org_id,org_id);
2888: BEGIN
2889:
2890: write_debug_and_log('arp_bf_bill.Report2 (+)');
2891:
2892: mo_global.init('AR');
2893:
2894: l_report.print_option := P_print_option;

Line 2936: write_debug_and_log('arp_bf_bill.Report2 (-)');

2932:
2933: END LOOP;
2934:
2935: END IF;
2936: write_debug_and_log('arp_bf_bill.Report2 (-)');
2937:
2938: EXCEPTION
2939: WHEN OTHERS THEN
2940: write_debug_and_log( 'Exception:arp_bf_bill.Report2:'||sqlerrm);

Line 2940: write_debug_and_log( 'Exception:arp_bf_bill.Report2:'||sqlerrm);

2936: write_debug_and_log('arp_bf_bill.Report2 (-)');
2937:
2938: EXCEPTION
2939: WHEN OTHERS THEN
2940: write_debug_and_log( 'Exception:arp_bf_bill.Report2:'||sqlerrm);
2941: RAISE_APPLICATION_ERROR( -20000, sqlerrm);
2942: END;
2943:
2944:

Line 3002: write_debug_and_log('arp_bf_bill.Report1 (+)');

2998: where org_id = nvl(p_org_id,org_id);
2999: BEGIN
3000:
3001: mo_global.init('AR');
3002: write_debug_and_log('arp_bf_bill.Report1 (+)');
3003:
3004: IF P_org_id is not null THEN
3005:
3006: write_debug_and_log('ORG ID : '||p_org_id);

Line 3139: write_debug_and_log('arp_bf_bill.Report1 (-)');

3135: write_debug_and_log('... request ID is ' || to_char(l_request_id));
3136:
3137: END IF;
3138:
3139: write_debug_and_log('arp_bf_bill.Report1 (-)');
3140:
3141:
3142:
3143:

Line 3146: write_debug_and_log( 'Exception:arp_bf_bill.Report1:'||sqlerrm);

3142:
3143:
3144: EXCEPTION
3145: WHEN OTHERS THEN
3146: write_debug_and_log( 'Exception:arp_bf_bill.Report1:'||sqlerrm);
3147: RAISE_APPLICATION_ERROR( -20000, sqlerrm);
3148: END;
3149:
3150: END arp_bf_bill;

Line 3150: END arp_bf_bill;

3146: write_debug_and_log( 'Exception:arp_bf_bill.Report1:'||sqlerrm);
3147: RAISE_APPLICATION_ERROR( -20000, sqlerrm);
3148: END;
3149:
3150: END arp_bf_bill;