DBA Data[Home] [Help]

PACKAGE: APPS.IGS_PS_VAL_UC

Source


1 PACKAGE IGS_PS_VAL_UC AUTHID CURRENT_USER AS
2 /* $Header: IGSPS59S.pls 115.4 2002/11/29 03:08:32 nsidana ship $ */
3 -- Bug #1956374
4 -- As part of the bug# 1956374 removed the function crsp_val_uv_sys_sts
5 -- As part of the bug# 1956374 removed the function crsp_val_uv_exists
6 
7 
8   -- Validate the IGS_PS_UNIT category for IGS_PS_UNIT categorisation
9   FUNCTION crsp_val_uc_unit_cat(
10   p_unit_cat IN VARCHAR2 ,
11   p_message_name OUT NOCOPY VARCHAR2 )
12 RETURN BOOLEAN;
13 END IGS_PS_VAL_UC;