DBA Data[Home] [Help]

APPS.ARP_CONSINV dependencies on ARP_CONSINV

Line 1: PACKAGE BODY arp_consinv AS

1: PACKAGE BODY arp_consinv AS
2: /* $Header: ARPCBIB.pls 120.27 2005/06/14 18:53:10 vcrisost ship $ */
3:
4: /* bug2778646 : Added 'MERGE_PENDING','DRAFT_MERGE' and 'MERGED' status to
5: correspond to customer merge as status of AR_CONS_INV_ALL table.

Line 1833: arp_standard.debug( 'Exception: arp_consinv( P_report):'||sqlerrm );

1829: END IF;
1830:
1831: EXCEPTION
1832: WHEN OTHERS THEN
1833: arp_standard.debug( 'Exception: arp_consinv( P_report):'||sqlerrm );
1834: RAISE_APPLICATION_ERROR( -20000, sqlerrm||'$Revision 70.00 $:Report (
1835: P_report ):');
1836: END;
1837: --

Line 1909: arp_standard.debug( 'Exception:arp_consinv.Report( ...):'||sqlerrm);

1905: Report(l_report);
1906: --
1907: EXCEPTION
1908: WHEN OTHERS THEN
1909: arp_standard.debug( 'Exception:arp_consinv.Report( ...):'||sqlerrm);
1910: RAISE_APPLICATION_ERROR( -20000, sqlerrm||'$Revision 70.00 $:Report(
1911: ... ):' );
1912: END;
1913: --

Line 1914: END arp_consinv;

1910: RAISE_APPLICATION_ERROR( -20000, sqlerrm||'$Revision 70.00 $:Report(
1911: ... ):' );
1912: END;
1913: --
1914: END arp_consinv;