DBA Data[Home] [Help]

PACKAGE: APPS.IGR_VAL_EIT

Source


1 PACKAGE IGR_VAL_EIT AS
2 /* $Header: IGSRT11S.pls 120.0 2005/06/01 16:29:05 appldev noship $ */
3   -- Validate the Enquiry Information Type closed indicator.
4   FUNCTION admp_val_eit_closed(
5   p_enquiry_information_type IN VARCHAR2 ,
6   p_message_name    OUT NOCOPY VARCHAR2)
7   RETURN BOOLEAN;
8 
9 END IGR_VAL_EIT;