DBA Data[Home] [Help]

PACKAGE: APPS.JTF_RS_ACTIVE_REC_CONC_PUB

Source


1 PACKAGE  jtf_rs_active_rec_conc_pub AUTHID CURRENT_USER AS
2 /* $Header: jtfrsbas.pls 120.0 2005/05/11 08:19:13 appldev noship $ */
3 
4   /****************************************************************************
5    This is a concurrent program to populate ACTIVE_FLAG column in JTF_RS_GROUPS_DENORM
6    and  JTF_RS_ROLE_RELATIONS table. This program will be used from concurrrent program
7    "Maintain Current Groups and Roles".
8 
9    Create By       NSINGHAI      06-MAY-2003
10    ***************************************************************************/
11 
12 -- stubbed out procedure because of Bug # 3074562
13 -- new procedure populate_active_flags will do exactly what this was doing
14 PROCEDURE  populate_active_flag
15   (ERRBUF                    OUT NOCOPY VARCHAR2,
16    RETCODE                   OUT NOCOPY VARCHAR2)
17 ;
18 
19 -- created on 29-July-2003
20 -- new procedure to do exactly what populate_active_flag was doing
21 -- the concurrant program is JTFRSBAF and the executable is JTFRSBAF
22 
23   PROCEDURE  populate_active_flags
24   (ERRBUF                    OUT NOCOPY VARCHAR2,
25    RETCODE                   OUT NOCOPY VARCHAR2)
26    ;
27 
28 END jtf_rs_active_rec_conc_pub;