DBA Data[Home] [Help]

APPS.ARP_CASH_BASIS_JE_REPORT dependencies on ARP_CASH_BASIS_JE_REPORT

Line 1: PACKAGE BODY arp_cash_basis_je_report AS

1: PACKAGE BODY arp_cash_basis_je_report AS
2: /* $Header: ARPLCBJB.pls 120.5 2005/06/14 18:49:55 vcrisost ship $ */
3:
4: -- RECORD holder for pertinent information about the cash receipt that drives
5: -- the posting of an application

Line 2210: arp_standard.debug( 'Exception:arp_cash_basis_je_report.Report( p_Report ):'||sqlerrm );

2206: END IF;
2207: END IF;
2208: EXCEPTION
2209: WHEN OTHERS THEN
2210: arp_standard.debug( 'Exception:arp_cash_basis_je_report.Report( p_Report ):'||sqlerrm );
2211: RAISE_APPLICATION_ERROR( -20000, sqlerrm||'$Revision: 120.5 $:Report( p_Report ):' );
2212: END;
2213: --
2214: --

Line 2271: arp_standard.debug( 'Exception:arp_cash_basis_je_report.Report( ... ):'||sqlerrm );

2267: --
2268: Report( l_Report );
2269: EXCEPTION
2270: WHEN OTHERS THEN
2271: arp_standard.debug( 'Exception:arp_cash_basis_je_report.Report( ... ):'||sqlerrm );
2272: RAISE_APPLICATION_ERROR( -20000, sqlerrm||'$Revision: 120.5 $:Report( ... ):' );
2273: END;
2274: --
2275: END arp_cash_basis_je_report;

Line 2275: END arp_cash_basis_je_report;

2271: arp_standard.debug( 'Exception:arp_cash_basis_je_report.Report( ... ):'||sqlerrm );
2272: RAISE_APPLICATION_ERROR( -20000, sqlerrm||'$Revision: 120.5 $:Report( ... ):' );
2273: END;
2274: --
2275: END arp_cash_basis_je_report;