DBA Data[Home] [Help]

PACKAGE: APPS.AZW_ARCHIVE

Source


1 PACKAGE AZW_ARCHIVE AUTHID CURRENT_USER AS
2 /* $Header: AZWARCHS.pls 115.2 99/07/16 19:27:32 porting sh $ */
3   /*
4    * Name:
5    *     run
6    *
7    * Description:
8    *     Procedure to be called to generate the archive information.
9    *
10    * Parameters:
11    *     None.
12    *
13    * Notes:
14    *
15    */
16   PROCEDURE run;
17 
18 END AZW_ARCHIVE;