DBA Data[Home] [Help]

PACKAGE: APPS.ENG_ORG

Source


1 PACKAGE eng_org AUTHID CURRENT_USER AS
2 /* $Header: ENGORGDS.pls 115.1 99/07/27 08:40:41 porting ship $ */
3 /*
4  ******************************************************************
5  *                                                                *
6  *  Copyright (C) 1993 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_org     (BODY)
24 
25  Description : This package declares procedures required to validate
26                organizations   to be deleted from the database. It is used
27                primarily by the Define Organization form (PERORDOR).
28  Change List
29  -----------
30 
31  Version Date      Author     ER/CR No. Description of Change
32  -------+---------+----------+---------+--------------------------
33  70.0    02-DEC-93 JThuringer           Date Created.
34 */
35 --
36   PROCEDURE eng_predel_validation (p_organization_id   IN number);
37 --
38 END eng_org;