DBA Data[Home] [Help]

APPS.OE_INVOICE_EXT_PVT dependencies on OE_INVOICE_EXT_PVT

Line 1: PACKAGE BODY OE_Invoice_Ext_Pvt AS

1: PACKAGE BODY OE_Invoice_Ext_Pvt AS
2: /* $Header: OEXVINVB.pls 115.1 2003/10/20 07:24:27 appldev ship $ */
3:
4: Procedure Insert_Salescredit(p_salescredit_rec IN Oe_Invoice_Pub.Ra_Interface_Scredits_Rec_Type) IS
5: Begin

Line 114: END OE_Invoice_Ext_Pvt;

110: OE_DEBUG_PUB.add('Unable to insert Sales Credit records -> '||sqlerrm,1);
111: NULL;
112: END Insert_Salescredit;
113:
114: END OE_Invoice_Ext_Pvt;