DBA Data[Home] [Help]

PACKAGE: APPS.PO_GA_COMMON_GRP

Source


1 PACKAGE PO_GA_COMMON_GRP AUTHID CURRENT_USER AS
2 /* $Header: POXGACMS.pls 115.0 2002/11/25 23:10:57 dreddy noship $ */
3 
4 /*==============================================================================
5 
6 	FUNCTION:      is_global_agreement
7 
8 	DESCRIPTION:   Returns TRUE if the po_header_id is a Global Agreement.
9                    FALSE otherwise.
10 
11 ==============================================================================*/
12 FUNCTION is_global
13 (
14 	p_po_header_id	  	PO_HEADERS_ALL.po_header_id%TYPE
15 )
16 RETURN BOOLEAN;
17 
18 
19 END PO_GA_COMMON_GRP;