DBA Data[Home] [Help]

PACKAGE: APPS.IGS_EN_VAL_PRC

Source


1 PACKAGE IGS_EN_VAL_PRC AUTHID CURRENT_USER AS
2 /* $Header: IGSEN56S.pls 115.3 2002/11/29 00:03:55 nsidana ship $ */
3   --
4   -- Validate the permanent resident government permanent resident code.
5   FUNCTION enrp_val_prc_govt(
6   p_govt_perm_resident_cd IN NUMBER ,
7   p_message_name OUT NOCOPY VARCHAR2)
8 RETURN BOOLEAN;
9 -- PRAGMA RESTRICT_REFERENCES(  enrp_val_prc_govt, WNDS);
10 END IGS_EN_VAL_PRC;