DBA Data[Home] [Help]

PACKAGE: APPS.AP_PO_UTILITIES_PKG

Source


1 PACKAGE AP_PO_UTILITIES_PKG AS
2 /* $Header: appoutls.pls 120.0 2006/05/06 01:44:06 mswamina noship $ */
3 
4   -- This procedure will return maximum invoice date based on the
5   -- line location information passed to us. Depending on the type
6   -- of the shipment this procedure will include/exclude prepayments.
7   -- refer to bug 4549985 for details.
8 
9   PROCEDURE Get_Invoice_Close_Date
10                 (P_Line_Location_ID          IN         NUMBER,
11                  P_Shipment_Type             IN         VARCHAR2,
12                  P_Invoice_Date              OUT NOCOPY DATE);
13 
14 
15 END AP_PO_UTILITIES_PKG;