DBA Data[Home] [Help]

PACKAGE: APPS.IGS_PS_PURGE_DEL_RECORD

Source


1 PACKAGE igs_ps_purge_del_record AS
2 /* $Header: IGSPS88S.pls 120.1 2005/10/04 00:31:19 appldev ship $ */
3 /***********************************************************************************************
4 
5   Created By     :  shtatiko
6   Date Created By:  19-FEB-2003
7   Purpose        :  To purge logically deleted records from the tables, where logical delete
8                     functionality is being used. This package is specific for Program Structure
9                     and Planning module only i.e., this will process only tables of PSP module.
10 
11   Known limitations,enhancements,remarks:
12   Change History
13   Who 	     When          What
14 
15 ***********************************************************************************************/
16 
17 PROCEDURE purge_ps_records ;
18 
19 END igs_ps_purge_del_record;