DBA Data[Home] [Help]

PACKAGE: APPS.ENG_PERSON

Source


1 PACKAGE eng_person AS
2 /* $Header: ENGEMPDS.pls 120.0.12000000.1 2007/07/25 09:36:31 sandpand noship $ */
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  Name        : eng_person  (HEADER)
24 
25  Description : This package declares procedures required to validate people
26                to be deleted from the database. It is used primarily by the
27                Delete Person form (PAYPEDED).
28 
29  Change List
30  -----------
31 
32  Version Date      Author     ER/CR No. Description of Change
33  -------+---------+----------+---------+--------------------------
34  70.0    21-DEC-92 PBARRY               Date Created
35  ================================================================= */
36 --
37   PROCEDURE eng_predel_validation (p_person_id  IN number);
38 --
39 END eng_person;