DBA Data[Home] [Help]

PACKAGE: APPS.JTF_RS_CONC_GRP_DENORM_PUB

Source


1 PACKAGE  jtf_rs_conc_grp_denorm_pub AUTHID CURRENT_USER AS
2 /* $Header: jtfrsbds.pls 120.0 2005/05/11 08:19:17 appldev ship $ */
3 
4   /*****************************************************************************************
5    This is a concurrent program to fetch all the records which are avaialble in
6    in JTF_RS_CHGD_GRP_RELATIONS Table. This is the intermidiate table which will keep all
7    the records which have to be  updated / deleted / inserted in JTF_RS_GROUP_RELATIONS.
8    After successful processing the row will be deleted from JTF_RS_CHGD_GRP_RELATIONS.
9 
10    ******************************************************************************************/
11 
12 
13 
14   PROCEDURE  sync_grp_denorm
15   (ERRBUF                    OUT NOCOPY VARCHAR2,
16    RETCODE                   OUT NOCOPY VARCHAR2
17    );
18 
19 
20 END jtf_rs_conc_grp_denorm_pub;