DBA Data[Home] [Help]

PACKAGE: APPS.IGS_EN_LGCY_PRC

Source


1 PACKAGE igs_en_lgcy_prc AUTHID CURRENT_USER AS
2 /* $Header: IGSEN99S.pls 115.1 2002/11/28 12:39:06 amuthu noship $ */
3 
4 /*****************************************************************************
5  Who     When        What
6  amuthu   21-NOV-2002 Modified as per the Legacy Import prcess
7                       TD for EN and REC
8 ******************************************************************************/
9   PROCEDURE legacy_batch_process(
10               errbuf        OUT NOCOPY VARCHAR2,
11               retcode       OUT NOCOPY NUMBER,
12               p_batch_id    IN NUMBER,
13               p_table_code  IN VARCHAR2,
14               p_delete_flag IN VARCHAR2
15   );
16 END igs_en_lgcy_prc;