DBA Data[Home] [Help]

PACKAGE: APPS.INV_ORG

Source


1 PACKAGE inv_org AS
2 /* $Header: INVPEO1S.pls 120.0 2005/05/25 05:15:09 appldev noship $ */
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        : inv_org     (HEADER)
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 
29  Change List
30  -----------
31 
32  Version Date      Author     ER/CR No. Description of Change
33  -------+---------+----------+---------+--------------------------
34  70.0    10-JUN-93 TMATHERS             Date created.
35  	 05/27/96  gkokts 		Moved to admin/sql from invpeorg.pkh
36 					Also, commented out show errors.
37 */
38 --
39   PROCEDURE inv_predel_validation (p_organization_id   IN number);
40 --
41 END inv_org;