DBA Data[Home] [Help]

PACKAGE: APPS.PAY_DBI_STARTUP_PKG

Source


1 package pay_dbi_startup_pkg AUTHID CURRENT_USER as
2 /* $Header: pystrdbi.pkh 115.0 99/07/17 06:35:39 porting ship $ */
3 /*
4 --
5 -- Copyright (c) Oracle Corporation 1991, 1992, 1993. All rights reserved.
6 --
7 /*
8    NAME
9       pystrdbi.pkh
10 --
11    DESCRIPTION
12       Procedures used for creating the start up data for database items,
13       namely the routes and the appropriate contexts.  The procedure
14       create_dbi_startup is called from the main start up file.
15 --
16   MODIFIED (DD-MON-YYYY)
17      mwcallag   27-APR-1993 - created.
18      rfine      05-OCT-1994 - renamed package to pay_dbi_startup_pkg.
19 */
20 --
21 PROCEDURE create_dbi_startup;
22 --
23 end pay_dbi_startup_pkg;