DBA Data[Home] [Help]

PACKAGE: APPS.POS_HEADER_INFO_S

Source


1 PACKAGE POS_HEADER_INFO_S AUTHID CURRENT_USER AS
2 /* $Header: POSHEADS.pls 115.0 99/08/20 11:09:32 porting sh $ */
3 
4 
5   /* GetPaymentTerms
6    * ---------------
7    * PL/SQL function to get the payment terms either from the po header,
8    * or defaulted from the supplier site information.
9    */
10   FUNCTION GetPaymentTerms(p_sessionID NUMBER, p_vendorSiteID NUMBER) RETURN NUMBER;
11 
12 
13 END POS_HEADER_INFO_S;
14