DBA Data[Home] [Help]

PACKAGE: APPS.HR_DELETE

Source


1 PACKAGE hr_delete AUTHID CURRENT_USER AS
2 /* $Header: pedelete.pkh 115.2 2003/01/16 13:16:16 adhunter ship $ */
3 /*
4  ******************************************************************
5  *                                                                *
6  *  Copyright (C) 1992 Oracle Corporation UK Ltd.,                *
7  *                   Chertsey, England.                           *
8  *                                                                *
9  *  All rights reserved.                                          *
10  *                                                                *
11  *  This material has been provided pursuant to an agreement      *
12  *  containing restrictions on its use.  The material is also     *
13  *  protected by copyright law.  No part of this material may     *
14  *  be copied or distributed, transmitted or transcribed, in      *
15  *  any form or by any means, electronic, mechanical, magnetic,   *
16  *  manual, or otherwise, or disclosed to third parties without   *
17  *  the express written permission of Oracle Corporation UK Ltd,  *
18  *  Oracle Park, Bittams Lane, Guildford Road, Chertsey, Surrey,  *
19  *  England.                                                      *
20  *                                                                *
21  ******************************************************************
22  ==================================================================
23 
24  Name        : hr_delete  (HEADER)
25 
26  Description : Contains the declaration of general delete procedures
27 
28  Change List
29  -----------
30 
31  Version Date      Author     ER/CR No. Description of Change
32  -------+---------+----------+---------+--------------------------
33  70.0    17-NOV-92 SZWILLIA             Date Created
34  70.1    11-MAR-93 nkhan                added 'exit' to the end
35  70.2    06-oct-95 akelly               added new procedure delete_location
36  70.3    15-oct-95 akelly               removed the offending delete_location
37                                         procedure.
38  70.8    01-nov-95 dsaxby               Added p_preserve_org_information param.
39  70.9    18-nov-96 Tmathers             Added p_preserve_org_information param
40 													 to make rt's re-runnable.
41 */
42 --
43 --
44 PROCEDURE delete_below_bg(p_business_group_id NUMBER,
45                           p_preserve_org_information in VARCHAR2 default 'N',
46                           p_rt_running in VARCHAR2 default 'N');
47 --
48 --
49 --
50 end hr_delete;