DBA Data[Home] [Help]

PACKAGE: APPS.IGW_EXTENSION_PKG

Source


1 PACKAGE IGW_EXTENSION_PKG AUTHID CURRENT_USER as
2 --$Header: igwstxts.pls 115.3 2002/03/28 19:14:17 pkm ship    $
3 
4  FUNCTION person_govt_id(p_person_id  IN  NUMBER)
5  RETURN  varchar2;
6 
7  PRAGMA restrict_references( person_govt_id, WNDS );
8 
9 END IGW_EXTENSION_PKG;