DBA Data[Home] [Help]

PACKAGE: APPS.IGI_ITR_PREP_APPRV_PKG

Source


1 PACKAGE IGI_ITR_PREP_APPRV_PKG AUTHID CURRENT_USER as
2 -- $Header: igiitrus.pls 120.4.12020000.1 2012/06/27 10:58:44 appldev ship $
3 --
4 
5   --
6   --	Public variables
7   --
8    diagn_msg_flag	BOOLEAN := TRUE;    -- Determines if diagnostic messages are displayed
9   --
10   --  Procedure can_preparer_approve
11   --
12 
13   PROCEDURE can_preparer_approve
14                                  (p_cc_id NUMBER
15                                  ,p_cc_line_num NUMBER
16                                  ,p_preparer_fnd_user_id NUMBER
17                                  ,p_sob_id NUMBER
18                                  ,p_prep_can_approve OUT NOCOPY VARCHAR2);
19 
20 
21 
22 END IGI_ITR_PREP_APPRV_PKG;