DBA Data[Home] [Help]

PACKAGE: APPS.IGI_EXP_CUSTOM

Source


1 PACKAGE igi_exp_custom AUTHID CURRENT_USER AS
2 -- $Header: igicusts.pls 115.4 2002/09/05 12:10:16 dmahajan ship $
3   --
4   -- Procedure
5   --   Check For Dialogue Units with On Hold status
6   -- Purpose
7   --   Calls the required runnable process.
8   -- History
9   --   07-JAN-2000  Glenn Celand Initial Revision
10   -- Notes
11   --   Called by custom library attached to the FNDWFNOT form to determine if
12   --   access should be given to the response window in the notification. A
13   --   transmission unit with On-Hold dialog units or dialog units that have
14   --   not been validated by the user must not access the response window.
15 
16      FUNCTION check_dus_validated(p_notification_id NUMBER) RETURN BOOLEAN ;
17 
18 END igi_exp_custom ;