DBA Data[Home] [Help]

PACKAGE: APPS.IGS_EN_VAL_ATC

Source


1 PACKAGE IGS_EN_VAL_ATC AUTHID CURRENT_USER AS
2 /* $Header: IGSEN24S.pls 115.3 2002/11/28 23:55:04 nsidana ship $ */
3 
4   --
5   -- Validate the aborig/torres government aborig/torres code.
6   FUNCTION enrp_val_atc_govt(
7   p_govt_aborig_torres_cd IN NUMBER ,
8   p_message_name OUT NOCOPY VARCHAR2)
9 RETURN BOOLEAN;
10 --PRAGMA RESTRICT_REFERENCES (enrp_val_atc_govt,WNDS);
11 END IGS_EN_VAL_ATC;