DBA Data[Home] [Help]

PACKAGE: APPS.PYNEGNET01

Source


1 package pynegnet01 AUTHID CURRENT_USER as
2 /* $Header: pyusngn1.pkh 115.0 99/07/17 06:45:22 porting ship $*/
3 /*
4 
5  *  Copyright (C) 1989 Oracle Corporation UK Ltd. Richmond, England.  *
6 
7  Name        : pynegnet
8  Description : Creates new objects for negative net processing.
9 
10  Change List
11  -----------
12   Date      Name         Vers    Bug No   Description
13  +---------+------------+-------+--------+------------------------------------+
14    14/03/98 M.Lisiceki     40.0             First created
15  +---------+------------+-------+--------+------------------------------------+
16 */
17 --
18  ------------------------------------------------------------------------------
19  -- NAME
20  -- pynegnet01.build_new_objects
21  --
22  -- DESCRIPTION
23  -- Builds new pbjects
24  ------------------------------------------------------------------------------
25 --
26  procedure build_new_objects;   --(p_bus_name VARCHAR2);
27 --
28 end pynegnet01;